#B29F7B

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

Shades of Bronco #B29F7B

Tints of Bronco #B29F7B

Color information

#B29F7B (or 0xB29F7B) is unknown color: approx Bronco. HEX triplet: B2, 9F and 7B. RGB value is (178,159,123). Sum of RGB (Red+Green+Blue) = 178+159+123=460 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.70% from 460); Green value is 159 (62.5% from 255 or 34.57% from 460); Blue value is 123 (48.44% from 255 or 26.74% from 460); Max value from RGB is 178 - color contains mainly: red. Hex color #B29F7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29F7B is #4D6084. Grayscale: #A0A0A0. Windows color (decimal): -5070981 or 8101810. OLE color: 8101810.

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

Color convert

RGB178159123-
CMYK00.110.310.30
HSL39.27º26.32%59.02%-
HSV(B)39.27º30.9%69.8%-
XYZ34.3335.6923.82-
YUV160.58106.79140.43-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.70%
GREEN value IS 159 (62.5% from 255) = 34.57%
BLUE value IS 123 (48.44% from 255) = 26.74%
R=38.70%
G=34.57%
B=26.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.31
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17815912300.110.310.3039.2726.3259.02
HexB29F7B0B1F1E271a3b
Octal2622371730133736473273
Binary1011001010011111111101101011111111111010011111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29F7B; }

 p { color: rgb(178,159,123); }

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

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

 a { background-color: rgb(178,159,123); }

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

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

 span { border-color: rgb(178,159,123); }

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