#B4A737

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

Shades of Brass #B4A737

Tints of Brass #B4A737

Color information

#B4A737 (or 0xB4A737) is unknown color: approx Brass. HEX triplet: B4, A7 and 37. RGB value is (180,167,55). Sum of RGB (Red+Green+Blue) = 180+167+55=402 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.78% from 402); Green value is 167 (65.62% from 255 or 41.54% from 402); Blue value is 55 (21.88% from 255 or 13.68% from 402); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A737 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4A737 is #4B58C8. Grayscale: #9E9E9E. Windows color (decimal): -4937929 or 3647412. OLE color: 3647412.

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

Color convert

RGB18016755-
CMYK00.070.690.29
HSL53.76º53.19%46.08%-
HSV(B)53.76º69.44%70.59%-
XYZ33.3337.629.12-
YUV158.1269.81143.61-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.78%
GREEN value IS 167 (65.62% from 255) = 41.54%
BLUE value IS 55 (21.88% from 255) = 13.68%
R=44.78%
G=41.54%
B=13.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.69
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801675500.070.690.2953.7653.1946.08
HexB4A73707451D36352e
Octal264247670710535666556
Binary10110100101001111101110111100010111101110110110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A737

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A737; }

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

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

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

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

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

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

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

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