#B49E81

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

Shades of Bronco #B49E81

Tints of Bronco #B49E81

Color information

#B49E81 (or 0xB49E81) is unknown color: approx Bronco. HEX triplet: B4, 9E and 81. RGB value is (180,158,129). Sum of RGB (Red+Green+Blue) = 180+158+129=467 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.54% from 467); Green value is 158 (62.11% from 255 or 33.83% from 467); Blue value is 129 (50.78% from 255 or 27.62% from 467); Max value from RGB is 180 - color contains mainly: red. Hex color #B49E81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49E81 is #4B617E. Grayscale: #A1A1A1. Windows color (decimal): -4940159 or 8494772. OLE color: 8494772.

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

Color convert

RGB180158129-
CMYK00.120.280.29
HSL34.12º25.37%60.59%-
HSV(B)34.12º28.33%70.59%-
XYZ35.0135.7425.82-
YUV161.27109.79141.36-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.54%
GREEN value IS 158 (62.11% from 255) = 33.83%
BLUE value IS 129 (50.78% from 255) = 27.62%
R=38.54%
G=33.83%
B=27.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.28
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015812900.120.280.2934.1225.3760.59
HexB49E810C1C1D22193d
Octal2642362010143435423175
Binary10110100100111101000000101100111001110110001011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49E81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49E81; }

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

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

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

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

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

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

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

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