#B39D3F

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

Shades of Brass #B39D3F

Tints of Brass #B39D3F

Color information

#B39D3F (or 0xB39D3F) is unknown color: approx Brass. HEX triplet: B3, 9D and 3F. RGB value is (179,157,63). Sum of RGB (Red+Green+Blue) = 179+157+63=399 (52% of max value = 765). Red value is 179 (70.31% from 255 or 44.86% from 399); Green value is 157 (61.72% from 255 or 39.35% from 399); Blue value is 63 (25% from 255 or 15.79% from 399); Max value from RGB is 179 - color contains mainly: red. Hex color #B39D3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B39D3F is #4C62C0. Grayscale: #999999. Windows color (decimal): -5006017 or 4169139. OLE color: 4169139.

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

Color convert

RGB17915763-
CMYK00.120.650.30
HSL48.62º47.93%47.45%-
HSV(B)48.62º64.8%70.2%-
XYZ31.5434.069.61-
YUV152.8677.29146.64-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 44.86%
GREEN value IS 157 (61.72% from 255) = 39.35%
BLUE value IS 63 (25% from 255) = 15.79%
R=44.86%
G=39.35%
B=15.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.65
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791576300.120.650.3048.6247.9347.45
HexB39D3F0C411E31302f
Octal2632357701410136616057
Binary101100111001110111111101100100000111110110001110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39D3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39D3F; }

 p { color: rgb(179,157,63); }

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

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

 a { background-color: rgb(179,157,63); }

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

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

 span { border-color: rgb(179,157,63); }

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