#B4A041

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

Shades of Brass #B4A041

Tints of Brass #B4A041

Color information

#B4A041 (or 0xB4A041) is unknown color: approx Brass. HEX triplet: B4, A0 and 41. RGB value is (180,160,65). Sum of RGB (Red+Green+Blue) = 180+160+65=405 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.44% from 405); Green value is 160 (62.89% from 255 or 39.51% from 405); Blue value is 65 (25.78% from 255 or 16.05% from 405); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A041 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4A041 is #4B5FBE. Grayscale: #9B9B9B. Windows color (decimal): -4939711 or 4300980. OLE color: 4300980.

HSL color Cylindrical-coordinate representation of color #B4A041: hue angle of 49.57º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B4A041 is Cyan = 0, Magento = 0.11, Yellow = 0.64 and Black (K on CMYK) = 0.29.

Color convert

RGB18016065-
CMYK00.110.640.29
HSL49.57º46.94%48.04%-
HSV(B)49.57º63.89%70.59%-
XYZ32.3535.2310.1-
YUV155.1577.13145.72-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.44%
GREEN value IS 160 (62.89% from 255) = 39.51%
BLUE value IS 65 (25.78% from 255) = 16.05%
R=44.44%
G=39.51%
B=16.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.64
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801606500.110.640.2949.5746.9448.04
HexB4A0410B401D322f30
Octal26424010101310035625760
Binary1011010010100000100000101011100000011101110010101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A041; }

 p { color: rgb(180,160,65); }

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

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

 a { background-color: rgb(180,160,65); }

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

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

 span { border-color: rgb(180,160,65); }

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