#B49E79

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

Shades of Bronco #B49E79

Tints of Bronco #B49E79

Color information

#B49E79 (or 0xB49E79) is unknown color: approx Bronco. HEX triplet: B4, 9E and 79. RGB value is (180,158,121). Sum of RGB (Red+Green+Blue) = 180+158+121=459 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.22% from 459); Green value is 158 (62.11% from 255 or 34.42% from 459); Blue value is 121 (47.66% from 255 or 26.36% from 459); Max value from RGB is 180 - color contains mainly: red. Hex color #B49E79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49E79 is #4B6186. Grayscale: #A0A0A0. Windows color (decimal): -4940167 or 7970484. OLE color: 7970484.

HSL color Cylindrical-coordinate representation of color #B49E79: hue angle of 37.63º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B49E79 is Cyan = 0, Magento = 0.12, Yellow = 0.33 and Black (K on CMYK) = 0.29.

Color convert

RGB180158121-
CMYK00.120.330.29
HSL37.63º28.23%59.02%-
HSV(B)37.63º32.78%70.59%-
XYZ34.535.5423.13-
YUV160.36105.79142.01-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.22%
GREEN value IS 158 (62.11% from 255) = 34.42%
BLUE value IS 121 (47.66% from 255) = 26.36%
R=39.22%
G=34.42%
B=26.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015812100.120.330.2937.6328.2359.02
HexB49E790C211D261c3b
Octal2642361710144135463473
Binary10110100100111101111001011001000011110110011011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49E79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49E79; }

 p { color: rgb(180,158,121); }

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

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

 a { background-color: rgb(180,158,121); }

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

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

 span { border-color: rgb(180,158,121); }

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