#B1AF33

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

Shades of Brass #B1AF33

Tints of Brass #B1AF33

Color information

#B1AF33 (or 0xB1AF33) is unknown color: approx Brass. HEX triplet: B1, AF and 33. RGB value is (177,175,51). Sum of RGB (Red+Green+Blue) = 177+175+51=403 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.92% from 403); Green value is 175 (68.75% from 255 or 43.42% from 403); Blue value is 51 (20.31% from 255 or 12.66% from 403); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AF33 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1AF33 is #4E50CC. Grayscale: #A1A1A1. Windows color (decimal): -5132493 or 3387313. OLE color: 3387313.

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

Color convert

RGB17717551-
CMYK00.010.710.31
HSL59.05º55.26%44.71%-
HSV(B)59.05º71.19%69.41%-
XYZ34.0640.259.11-
YUV161.4665.66139.08-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.92%
GREEN value IS 175 (68.75% from 255) = 43.42%
BLUE value IS 51 (20.31% from 255) = 12.66%
R=43.92%
G=43.42%
B=12.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.71
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771755100.010.710.3159.0555.2644.71
HexB1AF3301471F3b372d
Octal261257630110737736755
Binary101100011010111111001101100011111111111011110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AF33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AF33; }

 p { color: rgb(177,175,51); }

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

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

 a { background-color: rgb(177,175,51); }

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

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

 span { border-color: rgb(177,175,51); }

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