#B49D81

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

Shades of Bronco #B49D81

Tints of Bronco #B49D81

Color information

#B49D81 (or 0xB49D81) is unknown color: approx Bronco. HEX triplet: B4, 9D and 81. RGB value is (180,157,129). Sum of RGB (Red+Green+Blue) = 180+157+129=466 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.63% from 466); Green value is 157 (61.72% from 255 or 33.69% from 466); Blue value is 129 (50.78% from 255 or 27.68% from 466); Max value from RGB is 180 - color contains mainly: red. Hex color #B49D81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49D81 is #4B627E. Grayscale: #A0A0A0. Windows color (decimal): -4940415 or 8494516. OLE color: 8494516.

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

Color convert

RGB180157129-
CMYK00.130.280.29
HSL32.94º25.37%60.59%-
HSV(B)32.94º28.33%70.59%-
XYZ34.8435.425.77-
YUV160.68110.12141.78-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.63%
GREEN value IS 157 (61.72% from 255) = 33.69%
BLUE value IS 129 (50.78% from 255) = 27.68%
R=38.63%
G=33.69%
B=27.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.28
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015712900.130.280.2932.9425.3760.59
HexB49D810D1C1D21193d
Octal2642352010153435413175
Binary10110100100111011000000101101111001110110000111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49D81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49D81; }

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

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

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

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

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

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

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

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