#B29E86

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

Shades of Bronco #B29E86

Tints of Bronco #B29E86

Color information

#B29E86 (or 0xB29E86) is unknown color: approx Bronco. HEX triplet: B2, 9E and 86. RGB value is (178,158,134). Sum of RGB (Red+Green+Blue) = 178+158+134=470 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.87% from 470); Green value is 158 (62.11% from 255 or 33.62% from 470); Blue value is 134 (52.73% from 255 or 28.51% from 470); Max value from RGB is 178 - color contains mainly: red. Hex color #B29E86 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B29E86 is #4D6179. Grayscale: #A1A1A1. Windows color (decimal): -5071226 or 8822450. OLE color: 8822450.

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

Color convert

RGB178158134-
CMYK00.110.250.30
HSL32.73º22.22%61.18%-
HSV(B)32.73º24.72%69.8%-
XYZ34.8935.6427.59-
YUV161.24112.63139.95-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.87%
GREEN value IS 158 (62.11% from 255) = 33.62%
BLUE value IS 134 (52.73% from 255) = 28.51%
R=37.87%
G=33.62%
B=28.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.25
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17815813400.110.250.3032.7322.2261.18
HexB29E860B191E21163d
Octal2622362060133136412675
Binary10110010100111101000011001011110011111010000110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29E86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29E86; }

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

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

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

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

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

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

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

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