#B49D37

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

Shades of Brass #B49D37

Tints of Brass #B49D37

Color information

#B49D37 (or 0xB49D37) is unknown color: approx Brass. HEX triplet: B4, 9D and 37. RGB value is (180,157,55). Sum of RGB (Red+Green+Blue) = 180+157+55=392 (51% of max value = 765). Red value is 180 (70.70% from 255 or 45.92% from 392); Green value is 157 (61.72% from 255 or 40.05% from 392); Blue value is 55 (21.88% from 255 or 14.03% from 392); Max value from RGB is 180 - color contains mainly: red. Hex color #B49D37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49D37 is #4B62C8. Grayscale: #989898. Windows color (decimal): -4940489 or 3644852. OLE color: 3644852.

HSL color Cylindrical-coordinate representation of color #B49D37: hue angle of 48.96º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B49D37 is Cyan = 0, Magento = 0.13, Yellow = 0.69 and Black (K on CMYK) = 0.29.

Color convert

RGB18015755-
CMYK00.130.690.29
HSL48.96º53.19%46.08%-
HSV(B)48.96º69.44%70.59%-
XYZ31.5734.098.53-
YUV152.2573.12147.79-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.92%
GREEN value IS 157 (61.72% from 255) = 40.05%
BLUE value IS 55 (21.88% from 255) = 14.03%
R=45.92%
G=40.05%
B=14.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.69
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801575500.130.690.2948.9653.1946.08
HexB49D370D451D31352e
Octal2642356701510535616556
Binary101101001001110111011101101100010111101110001110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49D37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49D37; }

 p { color: rgb(180,157,55); }

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

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

 a { background-color: rgb(180,157,55); }

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

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

 span { border-color: rgb(180,157,55); }

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