#B79246

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

Shades of Roti #B79246

Tints of Roti #B79246

Color information

#B79246 (or 0xB79246) is unknown color: approx Roti. HEX triplet: B7, 92 and 46. RGB value is (183,146,70). Sum of RGB (Red+Green+Blue) = 183+146+70=399 (52% of max value = 765). Red value is 183 (71.88% from 255 or 45.86% from 399); Green value is 146 (57.42% from 255 or 36.59% from 399); Blue value is 70 (27.73% from 255 or 17.54% from 399); Max value from RGB is 183 - color contains mainly: red. Hex color #B79246 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B79246 is #486DB9. Grayscale: #949494. Windows color (decimal): -4746682 or 4625079. OLE color: 4625079.

HSL color Cylindrical-coordinate representation of color #B79246: hue angle of 40.35º 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 #B79246 is Cyan = 0, Magento = 0.20, Yellow = 0.62 and Black (K on CMYK) = 0.28.

Color convert

RGB18314670-
CMYK00.200.620.28
HSL40.35º44.66%49.61%-
HSV(B)40.35º61.75%71.76%-
XYZ30.9131.0710.16-
YUV148.483.76152.68-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 45.86%
GREEN value IS 146 (57.42% from 255) = 36.59%
BLUE value IS 70 (27.73% from 255) = 17.54%
R=45.86%
G=36.59%
B=17.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.62
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831467000.200.620.2840.3544.6649.61
HexB792460143E1C282d32
Octal2672221060247634505562
Binary1011011110010010100011001010011111011100101000101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79246; }

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

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

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

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

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

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

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

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