#B8964A

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

Shades of Roti #B8964A

Tints of Roti #B8964A

Color information

#B8964A (or 0xB8964A) is unknown color: approx Roti. HEX triplet: B8, 96 and 4A. RGB value is (184,150,74). Sum of RGB (Red+Green+Blue) = 184+150+74=408 (54% of max value = 765). Red value is 184 (72.27% from 255 or 45.10% from 408); Green value is 150 (58.98% from 255 or 36.76% from 408); Blue value is 74 (29.30% from 255 or 18.14% from 408); Max value from RGB is 184 - color contains mainly: red. Hex color #B8964A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8964A is #4769B5. Grayscale: #979797. Windows color (decimal): -4680118 or 4888248. OLE color: 4888248.

HSL color Cylindrical-coordinate representation of color #B8964A: hue angle of 41.45º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B8964A is Cyan = 0, Magento = 0.18, Yellow = 0.60 and Black (K on CMYK) = 0.28.

Color convert

RGB18415074-
CMYK00.180.600.28
HSL41.45º43.65%50.59%-
HSV(B)41.45º59.78%72.16%-
XYZ31.9132.511.07-
YUV151.584.26151.18-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 45.10%
GREEN value IS 150 (58.98% from 255) = 36.76%
BLUE value IS 74 (29.30% from 255) = 18.14%
R=45.10%
G=36.76%
B=18.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.60
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841507400.180.600.2841.4543.6550.59
HexB8964A0123C1C292c33
Octal2702261120227434515463
Binary1011100010010110100101001001011110011100101001101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8964A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8964A; }

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

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

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

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

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

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

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

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