#B4AF3F

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

Shades of Brass #B4AF3F

Tints of Brass #B4AF3F

Color information

#B4AF3F (or 0xB4AF3F) is unknown color: approx Brass. HEX triplet: B4, AF and 3F. RGB value is (180,175,63). Sum of RGB (Red+Green+Blue) = 180+175+63=418 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.06% from 418); Green value is 175 (68.75% from 255 or 41.87% from 418); Blue value is 63 (25% from 255 or 15.07% from 418); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AF3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4AF3F is #4B50C0. Grayscale: #A4A4A4. Windows color (decimal): -4935873 or 4173748. OLE color: 4173748.

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

Color convert

RGB18017563-
CMYK00.030.650.29
HSL57.44º48.15%47.65%-
HSV(B)57.44º65%70.59%-
XYZ35.0540.7210.72-
YUV163.7371.16139.61-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.06%
GREEN value IS 175 (68.75% from 255) = 41.87%
BLUE value IS 63 (25% from 255) = 15.07%
R=43.06%
G=41.87%
B=15.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.65
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801756300.030.650.2957.4448.1547.65
HexB4AF3F03411D393030
Octal264257770310135716060
Binary1011010010101111111111011100000111101111001110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AF3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AF3F; }

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

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

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

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

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

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

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

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