#B89246

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

Shades of Roti #B89246

Tints of Roti #B89246

Color information

#B89246 (or 0xB89246) is unknown color: approx Roti. HEX triplet: B8, 92 and 46. RGB value is (184,146,70). Sum of RGB (Red+Green+Blue) = 184+146+70=400 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46% from 400); Green value is 146 (57.42% from 255 or 36.5% from 400); Blue value is 70 (27.73% from 255 or 17.5% from 400); Max value from RGB is 184 - color contains mainly: red. Hex color #B89246 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B89246 is #476DB9. Grayscale: #959595. Windows color (decimal): -4681146 or 4625080. OLE color: 4625080.

HSL color Cylindrical-coordinate representation of color #B89246: hue angle of 40º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B89246 is Cyan = 0, Magento = 0.21, Yellow = 0.62 and Black (K on CMYK) = 0.28.

Color convert

RGB18414670-
CMYK00.210.620.28
HSL40º44.88%49.8%-
HSV(B)40º61.96%72.16%-
XYZ31.1531.1910.17-
YUV148.783.59153.18-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 46%
GREEN value IS 146 (57.42% from 255) = 36.5%
BLUE value IS 70 (27.73% from 255) = 17.5%
R=46%
G=36.5%
B=17.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.62
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841467000.210.620.284044.8849.8
HexB892460153E1C282d32
Octal2702221060257634505562
Binary1011100010010010100011001010111111011100101000101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89246; }

 p { color: rgb(184,146,70); }

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

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

 a { background-color: rgb(184,146,70); }

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

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

 span { border-color: rgb(184,146,70); }

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