#B29E39

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

Shades of Brass #B29E39

Tints of Brass #B29E39

Color information

#B29E39 (or 0xB29E39) is unknown color: approx Brass. HEX triplet: B2, 9E and 39. RGB value is (178,158,57). Sum of RGB (Red+Green+Blue) = 178+158+57=393 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.29% from 393); Green value is 158 (62.11% from 255 or 40.20% from 393); Blue value is 57 (22.66% from 255 or 14.50% from 393); Max value from RGB is 178 - color contains mainly: red. Hex color #B29E39 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B29E39 is #4D61C6. Grayscale: #989898. Windows color (decimal): -5071303 or 3776178. OLE color: 3776178.

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

Color convert

RGB17815857-
CMYK00.110.680.30
HSL50.08º51.49%46.08%-
HSV(B)50.08º67.98%69.8%-
XYZ31.3334.218.82-
YUV152.4774.13146.21-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 45.29%
GREEN value IS 158 (62.11% from 255) = 40.20%
BLUE value IS 57 (22.66% from 255) = 14.50%
R=45.29%
G=40.20%
B=14.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.68
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781585700.110.680.3050.0851.4946.08
HexB29E390B441E32332e
Octal2622367101310436626356
Binary101100101001111011100101011100010011110110010110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29E39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29E39; }

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

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

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

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

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

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

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

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