#B49E78

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

Shades of Bronco #B49E78

Tints of Bronco #B49E78

Color information

#B49E78 (or 0xB49E78) is unknown color: approx Bronco. HEX triplet: B4, 9E and 78. RGB value is (180,158,120). Sum of RGB (Red+Green+Blue) = 180+158+120=458 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.30% from 458); Green value is 158 (62.11% from 255 or 34.50% from 458); Blue value is 120 (47.27% from 255 or 26.20% from 458); Max value from RGB is 180 - color contains mainly: red. Hex color #B49E78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49E78 is #4B6187. Grayscale: #A0A0A0. Windows color (decimal): -4940168 or 7904948. OLE color: 7904948.

HSL color Cylindrical-coordinate representation of color #B49E78: hue angle of 38º degrees, saturation: 0.29, 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 #B49E78 is Cyan = 0, Magento = 0.12, Yellow = 0.33 and Black (K on CMYK) = 0.29.

Color convert

RGB180158120-
CMYK00.120.330.29
HSL38º28.57%58.82%-
HSV(B)38º33.33%70.59%-
XYZ34.4435.5122.81-
YUV160.25105.29142.09-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.30%
GREEN value IS 158 (62.11% from 255) = 34.50%
BLUE value IS 120 (47.27% from 255) = 26.20%
R=39.30%
G=34.50%
B=26.20%

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
Decimal18015812000.120.330.293828.5758.82
HexB49E780C211D261d3b
Octal2642361700144135463573
Binary10110100100111101111000011001000011110110011011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49E78; }

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

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

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

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

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

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

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

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