#B39E41

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

Shades of Brass #B39E41

Tints of Brass #B39E41

Color information

#B39E41 (or 0xB39E41) is unknown color: approx Brass. HEX triplet: B3, 9E and 41. RGB value is (179,158,65). Sum of RGB (Red+Green+Blue) = 179+158+65=402 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.53% from 402); Green value is 158 (62.11% from 255 or 39.30% from 402); Blue value is 65 (25.78% from 255 or 16.17% from 402); Max value from RGB is 179 - color contains mainly: red. Hex color #B39E41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B39E41 is #4C61BE. Grayscale: #9A9A9A. Windows color (decimal): -5005759 or 4300467. OLE color: 4300467.

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

Color convert

RGB17915865-
CMYK00.120.640.30
HSL48.95º46.72%47.84%-
HSV(B)48.95º63.69%70.2%-
XYZ31.7734.429.97-
YUV153.6877.96146.06-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 44.53%
GREEN value IS 158 (62.11% from 255) = 39.30%
BLUE value IS 65 (25.78% from 255) = 16.17%
R=44.53%
G=39.30%
B=16.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.64
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791586500.120.640.3048.9546.7247.84
HexB39E410C401E312f30
Octal26323610101410036615760
Binary1011001110011110100000101100100000011110110001101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39E41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39E41; }

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

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

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

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

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

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

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

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