#B8AF37

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

Shades of Brass #B8AF37

Tints of Brass #B8AF37

Color information

#B8AF37 (or 0xB8AF37) is unknown color: approx Brass. HEX triplet: B8, AF and 37. RGB value is (184,175,55). Sum of RGB (Red+Green+Blue) = 184+175+55=414 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.44% from 414); Green value is 175 (68.75% from 255 or 42.27% from 414); Blue value is 55 (21.88% from 255 or 13.29% from 414); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AF37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8AF37 is #4750C8. Grayscale: #A4A4A4. Windows color (decimal): -4673737 or 3649464. OLE color: 3649464.

HSL color Cylindrical-coordinate representation of color #B8AF37: hue angle of 55.81º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B8AF37 is Cyan = 0, Magento = 0.05, Yellow = 0.70 and Black (K on CMYK) = 0.28.

Color convert

RGB18417555-
CMYK00.050.700.28
HSL55.81º53.97%46.86%-
HSV(B)55.81º70.11%72.16%-
XYZ35.7941.139.67-
YUV164.0166.48142.26-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.44%
GREEN value IS 175 (68.75% from 255) = 42.27%
BLUE value IS 55 (21.88% from 255) = 13.29%
R=44.44%
G=42.27%
B=13.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.70
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841755500.050.700.2855.8153.9746.86
HexB8AF3705461C38362f
Octal270257670510634706657
Binary10111000101011111101110101100011011100111000110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8AF37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8AF37; }

 p { color: rgb(184,175,55); }

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

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

 a { background-color: rgb(184,175,55); }

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

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

 span { border-color: rgb(184,175,55); }

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