#B29F78

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

Shades of Bronco #B29F78

Tints of Bronco #B29F78

Color information

#B29F78 (or 0xB29F78) is unknown color: approx Bronco. HEX triplet: B2, 9F and 78. RGB value is (178,159,120). Sum of RGB (Red+Green+Blue) = 178+159+120=457 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.95% from 457); Green value is 159 (62.5% from 255 or 34.79% from 457); Blue value is 120 (47.27% from 255 or 26.26% from 457); Max value from RGB is 178 - color contains mainly: red. Hex color #B29F78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29F78 is #4D6087. Grayscale: #A0A0A0. Windows color (decimal): -5070984 or 7905202. OLE color: 7905202.

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

Color convert

RGB178159120-
CMYK00.110.330.30
HSL40.34º27.36%58.43%-
HSV(B)40.34º32.58%69.8%-
XYZ34.1535.6222.84-
YUV160.24105.29140.67-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.95%
GREEN value IS 159 (62.5% from 255) = 34.79%
BLUE value IS 120 (47.27% from 255) = 26.26%
R=38.95%
G=34.79%
B=26.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.33
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17815912000.110.330.3040.3427.3658.43
HexB29F780B211E281b3a
Octal2622371700134136503372
Binary10110010100111111111000010111000011111010100011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29F78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29F78; }

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

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

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

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

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

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

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

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