#B29974

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

Shades of Bronco #B29974

Tints of Bronco #B29974

Color information

#B29974 (or 0xB29974) is unknown color: approx Bronco. HEX triplet: B2, 99 and 74. RGB value is (178,153,116). Sum of RGB (Red+Green+Blue) = 178+153+116=447 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.82% from 447); Green value is 153 (60.16% from 255 or 34.23% from 447); Blue value is 116 (45.70% from 255 or 25.95% from 447); Max value from RGB is 178 - color contains mainly: red. Hex color #B29974 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29974 is #4D668B. Grayscale: #9C9C9C. Windows color (decimal): -5072524 or 7641522. OLE color: 7641522.

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

Color convert

RGB178153116-
CMYK00.140.350.30
HSL35.81º28.7%57.65%-
HSV(B)35.81º34.83%69.8%-
XYZ32.933.5121.26-
YUV156.26105.28143.51-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.82%
GREEN value IS 153 (60.16% from 255) = 34.23%
BLUE value IS 116 (45.70% from 255) = 25.95%
R=39.82%
G=34.23%
B=25.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.35
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17815311600.140.350.3035.8128.757.65
HexB299740E231E241d3a
Octal2622311640164336443572
Binary10110010100110011110100011101000111111010010011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29974; }

 p { color: rgb(178,153,116); }

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

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

 a { background-color: rgb(178,153,116); }

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

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

 span { border-color: rgb(178,153,116); }

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