#B29C7F

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

Shades of Bronco #B29C7F

Tints of Bronco #B29C7F

Color information

#B29C7F (or 0xB29C7F) is unknown color: approx Bronco. HEX triplet: B2, 9C and 7F. RGB value is (178,156,127). Sum of RGB (Red+Green+Blue) = 178+156+127=461 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.61% from 461); Green value is 156 (61.33% from 255 or 33.84% from 461); Blue value is 127 (50% from 255 or 27.55% from 461); Max value from RGB is 178 - color contains mainly: red. Hex color #B29C7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29C7F is #4D6380. Grayscale: #9F9F9F. Windows color (decimal): -5071745 or 8363186. OLE color: 8363186.

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

Color convert

RGB178156127-
CMYK00.120.290.30
HSL34.12º24.88%59.8%-
HSV(B)34.12º28.65%69.8%-
XYZ34.0834.7724.99-
YUV159.27109.79141.36-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.61%
GREEN value IS 156 (61.33% from 255) = 33.84%
BLUE value IS 127 (50% from 255) = 27.55%
R=38.61%
G=33.84%
B=27.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.29
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17815612700.120.290.3034.1224.8859.8
HexB29C7F0C1D1E22193c
Octal2622341770143536423174
Binary1011001010011100111111101100111011111010001011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29C7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29C7F; }

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

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

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

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

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

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

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

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