#B29E89

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

Shades of Bronco #B29E89

Tints of Bronco #B29E89

Color information

#B29E89 (or 0xB29E89) is unknown color: approx Bronco. HEX triplet: B2, 9E and 89. RGB value is (178,158,137). Sum of RGB (Red+Green+Blue) = 178+158+137=473 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.63% from 473); Green value is 158 (62.11% from 255 or 33.40% from 473); Blue value is 137 (53.91% from 255 or 28.96% from 473); Max value from RGB is 178 - color contains mainly: red. Hex color #B29E89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B29E89 is #4D6176. Grayscale: #A1A1A1. Windows color (decimal): -5071223 or 9019058. OLE color: 9019058.

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

Color convert

RGB178158137-
CMYK00.110.230.30
HSL30.73º21.03%61.76%-
HSV(B)30.73º23.03%69.8%-
XYZ35.135.7228.71-
YUV161.59114.13139.71-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.63%
GREEN value IS 158 (62.11% from 255) = 33.40%
BLUE value IS 137 (53.91% from 255) = 28.96%
R=37.63%
G=33.40%
B=28.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.23
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17815813700.110.230.3030.7321.0361.76
HexB29E890B171E1f153e
Octal2622362110132736372576
Binary1011001010011110100010010101110111111101111110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29E89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29E89; }

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

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

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

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

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

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

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

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