#B9964A

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

Shades of Roti #B9964A

Tints of Roti #B9964A

Color information

#B9964A (or 0xB9964A) is unknown color: approx Roti. HEX triplet: B9, 96 and 4A. RGB value is (185,150,74). Sum of RGB (Red+Green+Blue) = 185+150+74=409 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.23% from 409); Green value is 150 (58.98% from 255 or 36.67% from 409); Blue value is 74 (29.30% from 255 or 18.09% from 409); Max value from RGB is 185 - color contains mainly: red. Hex color #B9964A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9964A is #4669B5. Grayscale: #989898. Windows color (decimal): -4614582 or 4888249. OLE color: 4888249.

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

Color convert

RGB18515074-
CMYK00.190.60.27
HSL41.08º44.22%50.78%-
HSV(B)41.08º60%72.55%-
XYZ32.1532.6211.08-
YUV151.884.1151.68-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 45.23%
GREEN value IS 150 (58.98% from 255) = 36.67%
BLUE value IS 74 (29.30% from 255) = 18.09%
R=45.23%
G=36.67%
B=18.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.6
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851507400.190.60.2741.0844.2250.78
HexB9964A0133C1B292c33
Octal2712261120237433515463
Binary1011100110010110100101001001111110011011101001101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9964A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9964A; }

 p { color: rgb(185,150,74); }

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

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

 a { background-color: rgb(185,150,74); }

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

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

 span { border-color: rgb(185,150,74); }

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