#B9AF35

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

Shades of Brass #B9AF35

Tints of Brass #B9AF35

Color information

#B9AF35 (or 0xB9AF35) is unknown color: approx Brass. HEX triplet: B9, AF and 35. RGB value is (185,175,53). Sum of RGB (Red+Green+Blue) = 185+175+53=413 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.79% from 413); Green value is 175 (68.75% from 255 or 42.37% from 413); Blue value is 53 (21.09% from 255 or 12.83% from 413); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AF35 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9AF35 is #4650CA. Grayscale: #A4A4A4. Windows color (decimal): -4608203 or 3518393. OLE color: 3518393.

HSL color Cylindrical-coordinate representation of color #B9AF35: hue angle of 55.45º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B9AF35 is Cyan = 0, Magento = 0.05, Yellow = 0.71 and Black (K on CMYK) = 0.27.

Color convert

RGB18517553-
CMYK00.050.710.27
HSL55.45º55.46%46.67%-
HSV(B)55.45º71.35%72.55%-
XYZ35.9841.239.43-
YUV164.0865.31142.92-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.79%
GREEN value IS 175 (68.75% from 255) = 42.37%
BLUE value IS 53 (21.09% from 255) = 12.83%
R=44.79%
G=42.37%
B=12.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.71
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851755300.050.710.2755.4555.4646.67
HexB9AF3505471B37372f
Octal271257650510733676757
Binary10111001101011111101010101100011111011110111110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AF35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AF35; }

 p { color: rgb(185,175,53); }

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

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

 a { background-color: rgb(185,175,53); }

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

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

 span { border-color: rgb(185,175,53); }

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