#B29E83

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

Shades of Bronco #B29E83

Tints of Bronco #B29E83

Color information

#B29E83 (or 0xB29E83) is unknown color: approx Bronco. HEX triplet: B2, 9E and 83. RGB value is (178,158,131). Sum of RGB (Red+Green+Blue) = 178+158+131=467 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.12% from 467); Green value is 158 (62.11% from 255 or 33.83% from 467); Blue value is 131 (51.56% from 255 or 28.05% from 467); Max value from RGB is 178 - color contains mainly: red. Hex color #B29E83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B29E83 is #4D617C. Grayscale: #A1A1A1. Windows color (decimal): -5071229 or 8625842. OLE color: 8625842.

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

Color convert

RGB178158131-
CMYK00.110.260.30
HSL34.47º23.38%60.59%-
HSV(B)34.47º26.4%69.8%-
XYZ34.6835.5626.51-
YUV160.9111.13140.2-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.12%
GREEN value IS 158 (62.11% from 255) = 33.83%
BLUE value IS 131 (51.56% from 255) = 28.05%
R=38.12%
G=33.83%
B=28.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.26
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17815813100.110.260.3034.4723.3860.59
HexB29E830B1A1E22173d
Octal2622362030133236422775
Binary10110010100111101000001101011110101111010001010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29E83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29E83; }

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

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

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

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

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

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

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

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