#B79346

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

Shades of Roti #B79346

Tints of Roti #B79346

Color information

#B79346 (or 0xB79346) is unknown color: approx Roti. HEX triplet: B7, 93 and 46. RGB value is (183,147,70). Sum of RGB (Red+Green+Blue) = 183+147+70=400 (52% of max value = 765). Red value is 183 (71.88% from 255 or 45.75% from 400); Green value is 147 (57.81% from 255 or 36.75% from 400); Blue value is 70 (27.73% from 255 or 17.5% from 400); Max value from RGB is 183 - color contains mainly: red. Hex color #B79346 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B79346 is #486CB9. Grayscale: #959595. Windows color (decimal): -4746426 or 4625335. OLE color: 4625335.

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

Color convert

RGB18314770-
CMYK00.200.620.28
HSL40.88º44.66%49.61%-
HSV(B)40.88º61.75%71.76%-
XYZ31.0731.3810.21-
YUV148.9983.43152.26-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 45.75%
GREEN value IS 147 (57.81% from 255) = 36.75%
BLUE value IS 70 (27.73% from 255) = 17.5%
R=45.75%
G=36.75%
B=17.5%

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
Decimal1831477000.200.620.2840.8844.6649.61
HexB793460143E1C292d32
Octal2672231060247634515562
Binary1011011110010011100011001010011111011100101001101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79346; }

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

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

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

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

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

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

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

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