#B79B42

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

Shades of Roti #B79B42

Tints of Roti #B79B42

Color information

#B79B42 (or 0xB79B42) is unknown color: approx Roti. HEX triplet: B7, 9B and 42. RGB value is (183,155,66). Sum of RGB (Red+Green+Blue) = 183+155+66=404 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.30% from 404); Green value is 155 (60.94% from 255 or 38.37% from 404); Blue value is 66 (26.17% from 255 or 16.34% from 404); Max value from RGB is 183 - color contains mainly: red. Hex color #B79B42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B79B42 is #4864BD. Grayscale: #999999. Windows color (decimal): -4744382 or 4365239. OLE color: 4365239.

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

Color convert

RGB18315566-
CMYK00.150.640.28
HSL45.64º46.99%48.82%-
HSV(B)45.64º63.93%71.76%-
XYZ32.2333.910-
YUV153.2378.78149.24-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 45.30%
GREEN value IS 155 (60.94% from 255) = 38.37%
BLUE value IS 66 (26.17% from 255) = 16.34%
R=45.30%
G=38.37%
B=16.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.64
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831556600.150.640.2845.6446.9948.82
HexB79B420F401C2e2f31
Octal26723310201710034565761
Binary1011011110011011100001001111100000011100101110101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79B42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79B42; }

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

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

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

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

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

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

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

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