#B49D77

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

Shades of Bronco #B49D77

Tints of Bronco #B49D77

Color information

#B49D77 (or 0xB49D77) is unknown color: approx Bronco. HEX triplet: B4, 9D and 77. RGB value is (180,157,119). Sum of RGB (Red+Green+Blue) = 180+157+119=456 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.47% from 456); Green value is 157 (61.72% from 255 or 34.43% from 456); Blue value is 119 (46.88% from 255 or 26.10% from 456); Max value from RGB is 180 - color contains mainly: red. Hex color #B49D77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49D77 is #4B6288. Grayscale: #9F9F9F. Windows color (decimal): -4940425 or 7839156. OLE color: 7839156.

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

Color convert

RGB180157119-
CMYK00.130.340.29
HSL37.38º28.91%58.63%-
HSV(B)37.38º33.89%70.59%-
XYZ34.2135.1522.43-
YUV159.54105.12142.59-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.47%
GREEN value IS 157 (61.72% from 255) = 34.43%
BLUE value IS 119 (46.88% from 255) = 26.10%
R=39.47%
G=34.43%
B=26.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015711900.130.340.2937.3828.9158.63
HexB49D770D221D251d3b
Octal2642351670154235453573
Binary10110100100111011110111011011000101110110010111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49D77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49D77; }

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

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

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

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

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

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

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

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