#B49D7E

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

Shades of Bronco #B49D7E

Tints of Bronco #B49D7E

Color information

#B49D7E (or 0xB49D7E) is unknown color: approx Bronco. HEX triplet: B4, 9D and 7E. RGB value is (180,157,126). Sum of RGB (Red+Green+Blue) = 180+157+126=463 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.88% from 463); Green value is 157 (61.72% from 255 or 33.91% from 463); Blue value is 126 (49.61% from 255 or 27.21% from 463); Max value from RGB is 180 - color contains mainly: red. Hex color #B49D7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49D7E is #4B6281. Grayscale: #A0A0A0. Windows color (decimal): -4940418 or 8297908. OLE color: 8297908.

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

Color convert

RGB180157126-
CMYK00.130.30.29
HSL34.44º26.47%60%-
HSV(B)34.44º30%70.59%-
XYZ34.6535.3224.73-
YUV160.34108.62142.02-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.88%
GREEN value IS 157 (61.72% from 255) = 33.91%
BLUE value IS 126 (49.61% from 255) = 27.21%
R=38.88%
G=33.91%
B=27.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.3
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015712600.130.30.2934.4426.4760
HexB49D7E0D1E1D221a3c
Octal2642351760153635423274
Binary1011010010011101111111001101111101110110001011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49D7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49D7E; }

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

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

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

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

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

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

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

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