#B29D7F

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

Shades of Bronco #B29D7F

Tints of Bronco #B29D7F

Color information

#B29D7F (or 0xB29D7F) is unknown color: approx Bronco. HEX triplet: B2, 9D and 7F. RGB value is (178,157,127). Sum of RGB (Red+Green+Blue) = 178+157+127=462 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.53% from 462); Green value is 157 (61.72% from 255 or 33.98% from 462); Blue value is 127 (50% from 255 or 27.49% from 462); Max value from RGB is 178 - color contains mainly: red. Hex color #B29D7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29D7F is #4D6280. Grayscale: #A0A0A0. Windows color (decimal): -5071489 or 8363442. OLE color: 8363442.

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

Color convert

RGB178157127-
CMYK00.120.290.30
HSL35.29º24.88%59.8%-
HSV(B)35.29º28.65%69.8%-
XYZ34.2535.1125.05-
YUV159.86109.46140.94-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.53%
GREEN value IS 157 (61.72% from 255) = 33.98%
BLUE value IS 127 (50% from 255) = 27.49%
R=38.53%
G=33.98%
B=27.49%

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
Decimal17815712700.120.290.3035.2924.8859.8
HexB29D7F0C1D1E23193c
Octal2622351770143536433174
Binary1011001010011101111111101100111011111010001111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29D7F; }

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

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

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

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

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

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

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

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