#B49E84

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

Shades of Bronco #B49E84

Tints of Bronco #B49E84

Color information

#B49E84 (or 0xB49E84) is unknown color: approx Bronco. HEX triplet: B4, 9E and 84. RGB value is (180,158,132). Sum of RGB (Red+Green+Blue) = 180+158+132=470 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.30% from 470); Green value is 158 (62.11% from 255 or 33.62% from 470); Blue value is 132 (51.95% from 255 or 28.09% from 470); Max value from RGB is 180 - color contains mainly: red. Hex color #B49E84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49E84 is #4B617B. Grayscale: #A1A1A1. Windows color (decimal): -4940156 or 8691380. OLE color: 8691380.

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

Color convert

RGB180158132-
CMYK00.120.270.29
HSL32.5º24.24%61.18%-
HSV(B)32.5º26.67%70.59%-
XYZ35.2135.8226.89-
YUV161.61111.29141.11-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.30%
GREEN value IS 158 (62.11% from 255) = 33.62%
BLUE value IS 132 (51.95% from 255) = 28.09%
R=38.30%
G=33.62%
B=28.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015813200.120.270.2932.524.2461.18
HexB49E840C1B1D21183d
Octal2642362040143335413075
Binary10110100100111101000010001100110111110110000111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49E84; }

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

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

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

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

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

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

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

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