#B1A932

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

Shades of Brass #B1A932

Tints of Brass #B1A932

Color information

#B1A932 (or 0xB1A932) is unknown color: approx Brass. HEX triplet: B1, A9 and 32. RGB value is (177,169,50). Sum of RGB (Red+Green+Blue) = 177+169+50=396 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.70% from 396); Green value is 169 (66.41% from 255 or 42.68% from 396); Blue value is 50 (19.92% from 255 or 12.63% from 396); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A932 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1A932 is #4E56CD. Grayscale: #9E9E9E. Windows color (decimal): -5134030 or 3320241. OLE color: 3320241.

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

Color convert

RGB17716950-
CMYK00.050.720.31
HSL56.22º55.95%44.51%-
HSV(B)56.22º71.75%69.41%-
XYZ32.937.958.61-
YUV157.8367.15141.68-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.70%
GREEN value IS 169 (66.41% from 255) = 42.68%
BLUE value IS 50 (19.92% from 255) = 12.63%
R=44.70%
G=42.68%
B=12.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.72
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771695000.050.720.3156.2255.9544.51
HexB1A93205481F38382d
Octal261251620511037707055
Binary10110001101010011100100101100100011111111000111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A932; }

 p { color: rgb(177,169,50); }

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

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

 a { background-color: rgb(177,169,50); }

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

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

 span { border-color: rgb(177,169,50); }

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