#B4AF48

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

Shades of Brass #B4AF48

Tints of Brass #B4AF48

Color information

#B4AF48 (or 0xB4AF48) is unknown color: approx Brass. HEX triplet: B4, AF and 48. RGB value is (180,175,72). Sum of RGB (Red+Green+Blue) = 180+175+72=427 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.15% from 427); Green value is 175 (68.75% from 255 or 40.98% from 427); Blue value is 72 (28.52% from 255 or 16.86% from 427); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AF48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4AF48 is #4B50B7. Grayscale: #A5A5A5. Windows color (decimal): -4935864 or 4763572. OLE color: 4763572.

HSL color Cylindrical-coordinate representation of color #B4AF48: hue angle of 57.22º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B4AF48 is Cyan = 0, Magento = 0.03, Yellow = 0.60 and Black (K on CMYK) = 0.29.

Color convert

RGB18017572-
CMYK00.030.600.29
HSL57.22º42.86%49.41%-
HSV(B)57.22º60%70.59%-
XYZ35.3240.8312.15-
YUV164.7575.66138.88-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.15%
GREEN value IS 175 (68.75% from 255) = 40.98%
BLUE value IS 72 (28.52% from 255) = 16.86%
R=42.15%
G=40.98%
B=16.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.60
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801757200.030.600.2957.2242.8649.41
HexB4AF48033C1D392b31
Octal264257110037435715361
Binary1011010010101111100100001111110011101111001101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AF48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AF48; }

 p { color: rgb(180,175,72); }

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

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

 a { background-color: rgb(180,175,72); }

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

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

 span { border-color: rgb(180,175,72); }

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