#B29E87

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

Shades of Bronco #B29E87

Tints of Bronco #B29E87

Color information

#B29E87 (or 0xB29E87) is unknown color: approx Bronco. HEX triplet: B2, 9E and 87. RGB value is (178,158,135). Sum of RGB (Red+Green+Blue) = 178+158+135=471 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.79% from 471); Green value is 158 (62.11% from 255 or 33.55% from 471); Blue value is 135 (53.12% from 255 or 28.66% from 471); Max value from RGB is 178 - color contains mainly: red. Hex color #B29E87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B29E87 is #4D6178. Grayscale: #A1A1A1. Windows color (decimal): -5071225 or 8887986. OLE color: 8887986.

HSL color Cylindrical-coordinate representation of color #B29E87: hue angle of 32.09º degrees, saturation: 0.22, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B29E87 is Cyan = 0, Magento = 0.11, Yellow = 0.24 and Black (K on CMYK) = 0.30.

Color convert

RGB178158135-
CMYK00.110.240.30
HSL32.09º21.83%61.37%-
HSV(B)32.09º24.16%69.8%-
XYZ34.9635.6727.96-
YUV161.36113.13139.87-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.79%
GREEN value IS 158 (62.11% from 255) = 33.55%
BLUE value IS 135 (53.12% from 255) = 28.66%
R=37.79%
G=33.55%
B=28.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.24
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17815813500.110.240.3032.0921.8361.37
HexB29E870B181E20163d
Octal2622362070133036402675
Binary10110010100111101000011101011110001111010000010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29E87; }

 p { color: rgb(178,158,135); }

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

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

 a { background-color: rgb(178,158,135); }

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

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

 span { border-color: rgb(178,158,135); }

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