#B8963C

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

Shades of Roti #B8963C

Tints of Roti #B8963C

Color information

#B8963C (or 0xB8963C) is unknown color: approx Roti. HEX triplet: B8, 96 and 3C. RGB value is (184,150,60). Sum of RGB (Red+Green+Blue) = 184+150+60=394 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.70% from 394); Green value is 150 (58.98% from 255 or 38.07% from 394); Blue value is 60 (23.83% from 255 or 15.23% from 394); Max value from RGB is 184 - color contains mainly: red. Hex color #B8963C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8963C is #4769C3. Grayscale: #969696. Windows color (decimal): -4680132 or 3970744. OLE color: 3970744.

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

Color convert

RGB18415060-
CMYK00.180.670.28
HSL43.55º50.82%47.84%-
HSV(B)43.55º67.39%72.16%-
XYZ31.4932.338.86-
YUV149.9177.26152.32-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 46.70%
GREEN value IS 150 (58.98% from 255) = 38.07%
BLUE value IS 60 (23.83% from 255) = 15.23%
R=46.70%
G=38.07%
B=15.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.67
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841506000.180.670.2843.5550.8247.84
HexB8963C012431C2c3330
Octal2702267402210334546360
Binary1011100010010110111100010010100001111100101100110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8963C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8963C; }

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

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

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

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

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

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

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

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