#B4A441

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

Shades of Brass #B4A441

Tints of Brass #B4A441

Color information

#B4A441 (or 0xB4A441) is unknown color: approx Brass. HEX triplet: B4, A4 and 41. RGB value is (180,164,65). Sum of RGB (Red+Green+Blue) = 180+164+65=409 (54% of max value = 765). Red value is 180 (70.70% from 255 or 44.01% from 409); Green value is 164 (64.45% from 255 or 40.10% from 409); Blue value is 65 (25.78% from 255 or 15.89% from 409); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A441 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4A441 is #4B5BBE. Grayscale: #9D9D9D. Windows color (decimal): -4938687 or 4302004. OLE color: 4302004.

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

Color convert

RGB18016465-
CMYK00.090.640.29
HSL51.65º46.94%48.04%-
HSV(B)51.65º63.89%70.59%-
XYZ33.0536.6410.33-
YUV157.575.8144.05-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.01%
GREEN value IS 164 (64.45% from 255) = 40.10%
BLUE value IS 65 (25.78% from 255) = 15.89%
R=44.01%
G=40.10%
B=15.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.64
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801646500.090.640.2951.6546.9448.04
HexB4A44109401D342f30
Octal26424410101110035645760
Binary1011010010100100100000101001100000011101110100101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A441; }

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

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

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

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

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

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

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

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