#B29C83

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

Shades of Bronco #B29C83

Tints of Bronco #B29C83

Color information

#B29C83 (or 0xB29C83) is unknown color: approx Bronco. HEX triplet: B2, 9C and 83. RGB value is (178,156,131). Sum of RGB (Red+Green+Blue) = 178+156+131=465 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.28% from 465); Green value is 156 (61.33% from 255 or 33.55% from 465); Blue value is 131 (51.56% from 255 or 28.17% from 465); Max value from RGB is 178 - color contains mainly: red. Hex color #B29C83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B29C83 is #4D637C. Grayscale: #9F9F9F. Windows color (decimal): -5071741 or 8625330. OLE color: 8625330.

HSL color Cylindrical-coordinate representation of color #B29C83: hue angle of 31.91º 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 #B29C83 is Cyan = 0, Magento = 0.12, Yellow = 0.26 and Black (K on CMYK) = 0.30.

Color convert

RGB178156131-
CMYK00.120.260.30
HSL31.91º23.38%60.59%-
HSV(B)31.91º26.4%69.8%-
XYZ34.3534.8826.4-
YUV159.73111.79141.03-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.28%
GREEN value IS 156 (61.33% from 255) = 33.55%
BLUE value IS 131 (51.56% from 255) = 28.17%
R=38.28%
G=33.55%
B=28.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.26
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17815613100.120.260.3031.9123.3860.59
HexB29C830C1A1E20173d
Octal2622342030143236402775
Binary10110010100111001000001101100110101111010000010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29C83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29C83; }

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

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

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

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

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

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

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

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