#B0AF34

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

Shades of Brass #B0AF34

Tints of Brass #B0AF34

Color information

#B0AF34 (or 0xB0AF34) is unknown color: approx Brass. HEX triplet: B0, AF and 34. RGB value is (176,175,52). Sum of RGB (Red+Green+Blue) = 176+175+52=403 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.67% from 403); Green value is 175 (68.75% from 255 or 43.42% from 403); Blue value is 52 (20.70% from 255 or 12.90% from 403); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AF34 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0AF34 is #4F50CB. Grayscale: #A1A1A1. Windows color (decimal): -5198028 or 3452848. OLE color: 3452848.

HSL color Cylindrical-coordinate representation of color #B0AF34: hue angle of 59.52º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B0AF34 is Cyan = 0, Magento = 0.01, Yellow = 0.70 and Black (K on CMYK) = 0.31.

Color convert

RGB17617552-
CMYK00.010.700.31
HSL59.52º54.39%44.71%-
HSV(B)59.52º70.45%69.02%-
XYZ33.8540.149.21-
YUV161.2866.33138.5-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.67%
GREEN value IS 175 (68.75% from 255) = 43.42%
BLUE value IS 52 (20.70% from 255) = 12.90%
R=43.67%
G=43.42%
B=12.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.70
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761755200.010.700.3159.5254.3944.71
HexB0AF3401461F3c362d
Octal260257640110637746655
Binary101100001010111111010001100011011111111100110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AF34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AF34; }

 p { color: rgb(176,175,52); }

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

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

 a { background-color: rgb(176,175,52); }

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

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

 span { border-color: rgb(176,175,52); }

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