#B29B78

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

Shades of Bronco #B29B78

Tints of Bronco #B29B78

Color information

#B29B78 (or 0xB29B78) is unknown color: approx Bronco. HEX triplet: B2, 9B and 78. RGB value is (178,155,120). Sum of RGB (Red+Green+Blue) = 178+155+120=453 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.29% from 453); Green value is 155 (60.94% from 255 or 34.22% from 453); Blue value is 120 (47.27% from 255 or 26.49% from 453); Max value from RGB is 178 - color contains mainly: red. Hex color #B29B78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29B78 is #4D6487. Grayscale: #9E9E9E. Windows color (decimal): -5072008 or 7904178. OLE color: 7904178.

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

Color convert

RGB178155120-
CMYK00.130.330.30
HSL36.21º27.36%58.43%-
HSV(B)36.21º32.58%69.8%-
XYZ33.4734.2622.62-
YUV157.89106.62142.35-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.29%
GREEN value IS 155 (60.94% from 255) = 34.22%
BLUE value IS 120 (47.27% from 255) = 26.49%
R=39.29%
G=34.22%
B=26.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.33
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17815512000.130.330.3036.2127.3658.43
HexB29B780D211E241b3a
Octal2622331700154136443372
Binary10110010100110111111000011011000011111010010011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29B78; }

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

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

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

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

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

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

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

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