#B1AB32

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

Shades of Brass #B1AB32

Tints of Brass #B1AB32

Color information

#B1AB32 (or 0xB1AB32) is unknown color: approx Brass. HEX triplet: B1, AB and 32. RGB value is (177,171,50). Sum of RGB (Red+Green+Blue) = 177+171+50=398 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.47% from 398); Green value is 171 (67.19% from 255 or 42.96% from 398); Blue value is 50 (19.92% from 255 or 12.56% from 398); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AB32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1AB32 is #4E54CD. Grayscale: #9F9F9F. Windows color (decimal): -5133518 or 3320753. OLE color: 3320753.

HSL color Cylindrical-coordinate representation of color #B1AB32: hue angle of 57.17º 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 #B1AB32 is Cyan = 0, Magento = 0.03, Yellow = 0.72 and Black (K on CMYK) = 0.31.

Color convert

RGB17717150-
CMYK00.030.720.31
HSL57.17º55.95%44.51%-
HSV(B)57.17º71.75%69.41%-
XYZ33.2738.78.73-
YUV15966.49140.84-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.47%
GREEN value IS 171 (67.19% from 255) = 42.96%
BLUE value IS 50 (19.92% from 255) = 12.56%
R=44.47%
G=42.96%
B=12.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.72
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771715000.030.720.3157.1755.9544.51
HexB1AB3203481F39382d
Octal261253620311037717055
Binary1011000110101011110010011100100011111111001111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AB32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AB32; }

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

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

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

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

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

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

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

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