#B49D80

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

Shades of Bronco #B49D80

Tints of Bronco #B49D80

Color information

#B49D80 (or 0xB49D80) is unknown color: approx Bronco. HEX triplet: B4, 9D and 80. RGB value is (180,157,128). Sum of RGB (Red+Green+Blue) = 180+157+128=465 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.71% from 465); Green value is 157 (61.72% from 255 or 33.76% from 465); Blue value is 128 (50.39% from 255 or 27.53% from 465); Max value from RGB is 180 - color contains mainly: red. Hex color #B49D80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49D80 is #4B627F. Grayscale: #A0A0A0. Windows color (decimal): -4940416 or 8428980. OLE color: 8428980.

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

Color convert

RGB180157128-
CMYK00.130.290.29
HSL33.46º25.74%60.39%-
HSV(B)33.46º28.89%70.59%-
XYZ34.7835.3825.42-
YUV160.57109.62141.86-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.71%
GREEN value IS 157 (61.72% from 255) = 33.76%
BLUE value IS 128 (50.39% from 255) = 27.53%
R=38.71%
G=33.76%
B=27.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015712800.130.290.2933.4625.7460.39
HexB49D800D1D1D211a3c
Octal2642352000153535413274
Binary10110100100111011000000001101111011110110000111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49D80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49D80; }

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

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

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

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

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

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

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

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