#ba923e

Color #BA923E Roti (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Roti #BA923E

Tints of Roti #BA923E

Color information

#BA923E (or 0xBA923E) is unknown color: approx Roti. HEX triplet: BA, 92 and 3E. RGB value is (186,146,62). Sum of RGB (Red+Green+Blue) = 186+146+62=394 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.21% from 394); Green value is 146 (57.42% from 255 or 37.06% from 394); Blue value is 62 (24.61% from 255 or 15.74% from 394); Max value from RGB is 186 - color contains mainly: red. Hex color #BA923E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA923E is #456DC1. Grayscale: #949494. Windows color (decimal): -4550082 or 4100794. OLE color: 4100794.

HSL color Cylindrical-coordinate representation of color #BA923E: hue angle of 40.65º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BA923E is Cyan = 0, Magento = 0.22, Yellow = 0.67 and Black (K on CMYK) = 0.27.

Color convert

RGB18614662-
CMYK00.220.670.27
HSL40.65º50%48.63%-
HSV(B)40.65º66.67%72.94%-
XYZ31.431.348.95-
YUV148.3879.25154.83-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 186 (73.05% from 255) = 47.21%
GREEN value IS 146 (57.42% from 255) = 37.06%
BLUE value IS 62 (24.61% from 255) = 15.74%
R=47.21%
G=37.06%
B=15.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.67
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861466200.220.670.2740.655048.63
HexBA923E016431B293231
Octal2722227602610333516261
Binary1011101010010010111110010110100001111011101001110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ba923e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ba923e; }

 p { color: rgb(186,146,62); }

 H1.HeaderClassName
 {
   color: #ba923e;
 }
 .AnyTagClassName
 {
   color: #ba923e;
 }
</style>
background-color css

<style>
 a { background-color: #ba923e; }

 a { background-color: rgb(186,146,62); }

 div.DivClassName
 {
   background-color: #ba923e;
 }
 .BgClassName
 {
   background-color: #ba923e;
 }
</style>
border-color css

<style>
 span { border-color: #ba923e; }

 span { border-color: rgb(186,146,62); }

 td.TdClassName
 {
   border-color: #ba923e;
 }
 .TagClassName
 {
   border-color: #ba923e;
 }
</style>