#B1AF38

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

Shades of Brass #B1AF38

Tints of Brass #B1AF38

Color information

#B1AF38 (or 0xB1AF38) is unknown color: approx Brass. HEX triplet: B1, AF and 38. RGB value is (177,175,56). Sum of RGB (Red+Green+Blue) = 177+175+56=408 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.38% from 408); Green value is 175 (68.75% from 255 or 42.89% from 408); Blue value is 56 (22.27% from 255 or 13.73% from 408); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AF38 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1AF38 is #4E50C7. Grayscale: #A2A2A2. Windows color (decimal): -5132488 or 3714993. OLE color: 3714993.

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

Color convert

RGB17717556-
CMYK00.010.680.31
HSL59.01º51.93%45.69%-
HSV(B)59.01º68.36%69.41%-
XYZ34.1840.299.72-
YUV162.0368.16138.68-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.38%
GREEN value IS 175 (68.75% from 255) = 42.89%
BLUE value IS 56 (22.27% from 255) = 13.73%
R=43.38%
G=42.89%
B=13.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.68
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771755600.010.680.3159.0151.9345.69
HexB1AF3801441F3b342e
Octal261257700110437736456
Binary101100011010111111100001100010011111111011110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AF38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AF38; }

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

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

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

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

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

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

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

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