#B29E79

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

Shades of Bronco #B29E79

Tints of Bronco #B29E79

Color information

#B29E79 (or 0xB29E79) is unknown color: approx Bronco. HEX triplet: B2, 9E and 79. RGB value is (178,158,121). Sum of RGB (Red+Green+Blue) = 178+158+121=457 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.95% from 457); Green value is 158 (62.11% from 255 or 34.57% from 457); Blue value is 121 (47.66% from 255 or 26.48% from 457); Max value from RGB is 178 - color contains mainly: red. Hex color #B29E79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29E79 is #4D6186. Grayscale: #9F9F9F. Windows color (decimal): -5071239 or 7970482. OLE color: 7970482.

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

Color convert

RGB178158121-
CMYK00.110.320.30
HSL38.95º27.01%58.63%-
HSV(B)38.95º32.02%69.8%-
XYZ34.0435.323.11-
YUV159.76106.13141.01-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.95%
GREEN value IS 158 (62.11% from 255) = 34.57%
BLUE value IS 121 (47.66% from 255) = 26.48%
R=38.95%
G=34.57%
B=26.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.32
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17815812100.110.320.3038.9527.0158.63
HexB29E790B201E271b3b
Octal2622361710134036473373
Binary10110010100111101111001010111000001111010011111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29E79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29E79; }

 p { color: rgb(178,158,121); }

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

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

 a { background-color: rgb(178,158,121); }

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

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

 span { border-color: rgb(178,158,121); }

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