#B79B45

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

Shades of Roti #B79B45

Tints of Roti #B79B45

Color information

#B79B45 (or 0xB79B45) is unknown color: approx Roti. HEX triplet: B7, 9B and 45. RGB value is (183,155,69). Sum of RGB (Red+Green+Blue) = 183+155+69=407 (53% of max value = 765). Red value is 183 (71.88% from 255 or 44.96% from 407); Green value is 155 (60.94% from 255 or 38.08% from 407); Blue value is 69 (27.34% from 255 or 16.95% from 407); Max value from RGB is 183 - color contains mainly: red. Hex color #B79B45 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B79B45 is #4864BA. Grayscale: #999999. Windows color (decimal): -4744379 or 4561847. OLE color: 4561847.

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

Color convert

RGB18315569-
CMYK00.150.620.28
HSL45.26º45.24%49.41%-
HSV(B)45.26º62.3%71.76%-
XYZ32.3233.9410.48-
YUV153.5780.28148.99-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 44.96%
GREEN value IS 155 (60.94% from 255) = 38.08%
BLUE value IS 69 (27.34% from 255) = 16.95%
R=44.96%
G=38.08%
B=16.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.62
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831556900.150.620.2845.2645.2449.41
HexB79B450F3E1C2d2d31
Octal2672331050177634555561
Binary101101111001101110001010111111111011100101101101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79B45; }

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

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

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

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

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

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

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

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