#B5AF35

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

Shades of Brass #B5AF35

Tints of Brass #B5AF35

Color information

#B5AF35 (or 0xB5AF35) is unknown color: approx Brass. HEX triplet: B5, AF and 35. RGB value is (181,175,53). Sum of RGB (Red+Green+Blue) = 181+175+53=409 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.25% from 409); Green value is 175 (68.75% from 255 or 42.79% from 409); Blue value is 53 (21.09% from 255 or 12.96% from 409); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AF35 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5AF35 is #4A50CA. Grayscale: #A3A3A3. Windows color (decimal): -4870347 or 3518389. OLE color: 3518389.

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

Color convert

RGB18117553-
CMYK00.030.710.29
HSL57.19º54.7%45.88%-
HSV(B)57.19º70.72%70.98%-
XYZ35.0340.749.39-
YUV162.8965.99140.92-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.25%
GREEN value IS 175 (68.75% from 255) = 42.79%
BLUE value IS 53 (21.09% from 255) = 12.96%
R=44.25%
G=42.79%
B=12.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.71
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811755300.030.710.2957.1954.745.88
HexB5AF3503471D39372e
Octal265257650310735716756
Binary1011010110101111110101011100011111101111001110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5AF35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5AF35; }

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

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

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

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

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

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

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

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