#BA9646

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

Shades of Roti #BA9646

Tints of Roti #BA9646

Color information

#BA9646 (or 0xBA9646) is unknown color: approx Roti. HEX triplet: BA, 96 and 46. RGB value is (186,150,70). Sum of RGB (Red+Green+Blue) = 186+150+70=406 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.81% from 406); Green value is 150 (58.98% from 255 or 36.95% from 406); Blue value is 70 (27.73% from 255 or 17.24% from 406); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9646 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9646 is #4569B9. Grayscale: #989898. Windows color (decimal): -4549050 or 4626106. OLE color: 4626106.

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

Color convert

RGB18615070-
CMYK00.190.620.27
HSL41.38º45.67%50.2%-
HSV(B)41.38º62.37%72.94%-
XYZ32.2632.6910.4-
YUV151.6481.93152.5-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.81%
GREEN value IS 150 (58.98% from 255) = 36.95%
BLUE value IS 70 (27.73% from 255) = 17.24%
R=45.81%
G=36.95%
B=17.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.62
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861507000.190.620.2741.3845.6750.2
HexBA96460133E1B292e32
Octal2722261060237633515662
Binary1011101010010110100011001001111111011011101001101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9646; }

 p { color: rgb(186,150,70); }

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

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

 a { background-color: rgb(186,150,70); }

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

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

 span { border-color: rgb(186,150,70); }

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