#B79642

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

Shades of Roti #B79642

Tints of Roti #B79642

Color information

#B79642 (or 0xB79642) is unknown color: approx Roti. HEX triplet: B7, 96 and 42. RGB value is (183,150,66). Sum of RGB (Red+Green+Blue) = 183+150+66=399 (52% of max value = 765). Red value is 183 (71.88% from 255 or 45.86% from 399); Green value is 150 (58.98% from 255 or 37.59% from 399); Blue value is 66 (26.17% from 255 or 16.54% from 399); Max value from RGB is 183 - color contains mainly: red. Hex color #B79642 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B79642 is #4869BD. Grayscale: #969696. Windows color (decimal): -4745662 or 4363959. OLE color: 4363959.

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

Color convert

RGB18315066-
CMYK00.180.640.28
HSL43.08º46.99%48.82%-
HSV(B)43.08º63.93%71.76%-
XYZ31.4232.279.73-
YUV150.2980.43151.33-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 45.86%
GREEN value IS 150 (58.98% from 255) = 37.59%
BLUE value IS 66 (26.17% from 255) = 16.54%
R=45.86%
G=37.59%
B=16.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.64
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831506600.180.640.2843.0846.9948.82
HexB79642012401C2b2f31
Octal26722610202210034535761
Binary10110111100101101000010010010100000011100101011101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79642; }

 p { color: rgb(183,150,66); }

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

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

 a { background-color: rgb(183,150,66); }

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

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

 span { border-color: rgb(183,150,66); }

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