#B4A537

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

Shades of Brass #B4A537

Tints of Brass #B4A537

Color information

#B4A537 (or 0xB4A537) is unknown color: approx Brass. HEX triplet: B4, A5 and 37. RGB value is (180,165,55). Sum of RGB (Red+Green+Blue) = 180+165+55=400 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45% from 400); Green value is 165 (64.84% from 255 or 41.25% from 400); Blue value is 55 (21.88% from 255 or 13.75% from 400); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A537 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4A537 is #4B5AC8. Grayscale: #9D9D9D. Windows color (decimal): -4938441 or 3646900. OLE color: 3646900.

HSL color Cylindrical-coordinate representation of color #B4A537: hue angle of 52.8º 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 #B4A537 is Cyan = 0, Magento = 0.08, Yellow = 0.69 and Black (K on CMYK) = 0.29.

Color convert

RGB18016555-
CMYK00.080.690.29
HSL52.8º53.19%46.08%-
HSV(B)52.8º69.44%70.59%-
XYZ32.9736.899-
YUV156.9470.47144.44-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45%
GREEN value IS 165 (64.84% from 255) = 41.25%
BLUE value IS 55 (21.88% from 255) = 13.75%
R=45%
G=41.25%
B=13.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.69
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801655500.080.690.2952.853.1946.08
HexB4A53708451D35352e
Octal2642456701010535656556
Binary101101001010010111011101000100010111101110101110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A537; }

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

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

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

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

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

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

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

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