#B49D78

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

Shades of Bronco #B49D78

Tints of Bronco #B49D78

Color information

#B49D78 (or 0xB49D78) is unknown color: approx Bronco. HEX triplet: B4, 9D and 78. RGB value is (180,157,120). Sum of RGB (Red+Green+Blue) = 180+157+120=457 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.39% from 457); Green value is 157 (61.72% from 255 or 34.35% from 457); Blue value is 120 (47.27% from 255 or 26.26% from 457); Max value from RGB is 180 - color contains mainly: red. Hex color #B49D78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49D78 is #4B6287. Grayscale: #9F9F9F. Windows color (decimal): -4940424 or 7904692. OLE color: 7904692.

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

Color convert

RGB180157120-
CMYK00.130.330.29
HSL37º28.57%58.82%-
HSV(B)37º33.33%70.59%-
XYZ34.2735.1722.75-
YUV159.66105.62142.51-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.39%
GREEN value IS 157 (61.72% from 255) = 34.35%
BLUE value IS 120 (47.27% from 255) = 26.26%
R=39.39%
G=34.35%
B=26.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015712000.130.330.293728.5758.82
HexB49D780D211D251d3b
Octal2642351700154135453573
Binary10110100100111011111000011011000011110110010111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49D78; }

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

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

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

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

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

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

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

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