#B79A42

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

Shades of Roti #B79A42

Tints of Roti #B79A42

Color information

#B79A42 (or 0xB79A42) is unknown color: approx Roti. HEX triplet: B7, 9A and 42. RGB value is (183,154,66). Sum of RGB (Red+Green+Blue) = 183+154+66=403 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.41% from 403); Green value is 154 (60.55% from 255 or 38.21% from 403); Blue value is 66 (26.17% from 255 or 16.38% from 403); Max value from RGB is 183 - color contains mainly: red. Hex color #B79A42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B79A42 is #4865BD. Grayscale: #999999. Windows color (decimal): -4744638 or 4364983. OLE color: 4364983.

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

Color convert

RGB18315466-
CMYK00.160.640.28
HSL45.13º46.99%48.82%-
HSV(B)45.13º63.93%71.76%-
XYZ32.0733.579.94-
YUV152.6479.11149.66-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 45.41%
GREEN value IS 154 (60.55% from 255) = 38.21%
BLUE value IS 66 (26.17% from 255) = 16.38%
R=45.41%
G=38.21%
B=16.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.64
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831546600.160.640.2845.1346.9948.82
HexB79A42010401C2d2f31
Octal26723210202010034555761
Binary10110111100110101000010010000100000011100101101101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79A42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79A42; }

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

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

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

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

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

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

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

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