#B29E41

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

Shades of Brass #B29E41

Tints of Brass #B29E41

Color information

#B29E41 (or 0xB29E41) is unknown color: approx Brass. HEX triplet: B2, 9E and 41. RGB value is (178,158,65). Sum of RGB (Red+Green+Blue) = 178+158+65=401 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.39% from 401); Green value is 158 (62.11% from 255 or 39.40% from 401); Blue value is 65 (25.78% from 255 or 16.21% from 401); Max value from RGB is 178 - color contains mainly: red. Hex color #B29E41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B29E41 is #4D61BE. Grayscale: #999999. Windows color (decimal): -5071295 or 4300466. OLE color: 4300466.

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

Color convert

RGB17815865-
CMYK00.110.630.30
HSL49.38º46.5%47.65%-
HSV(B)49.38º63.48%69.8%-
XYZ31.5434.39.96-
YUV153.3878.13145.56-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 44.39%
GREEN value IS 158 (62.11% from 255) = 39.40%
BLUE value IS 65 (25.78% from 255) = 16.21%
R=44.39%
G=39.40%
B=16.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.63
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781586500.110.630.3049.3846.547.65
HexB29E410B3F1E312f30
Octal2622361010137736615760
Binary101100101001111010000010101111111111110110001101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29E41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29E41; }

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

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

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

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

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

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

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

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