#B4B337

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

Shades of Brass #B4B337

Tints of Brass #B4B337

Color information

#B4B337 (or 0xB4B337) is unknown color: approx Brass. HEX triplet: B4, B3 and 37. RGB value is (180,179,55). Sum of RGB (Red+Green+Blue) = 180+179+55=414 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.48% from 414); Green value is 179 (70.31% from 255 or 43.24% from 414); Blue value is 55 (21.88% from 255 or 13.29% from 414); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B337 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4B337 is #4B4CC8. Grayscale: #A5A5A5. Windows color (decimal): -4934857 or 3650484. OLE color: 3650484.

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

Color convert

RGB18017955-
CMYK00.010.690.29
HSL59.52º53.19%46.08%-
HSV(B)59.52º69.44%70.59%-
XYZ35.6342.229.89-
YUV165.1665.83138.58-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.48%
GREEN value IS 179 (70.31% from 255) = 43.24%
BLUE value IS 55 (21.88% from 255) = 13.29%
R=43.48%
G=43.24%
B=13.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.69
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801795500.010.690.2959.5253.1946.08
HexB4B33701451D3c352e
Octal264263670110535746556
Binary101101001011001111011101100010111101111100110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B337; }

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

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

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

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

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

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

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

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