#B1AA3D

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

Shades of Brass #B1AA3D

Tints of Brass #B1AA3D

Color information

#B1AA3D (or 0xB1AA3D) is unknown color: approx Brass. HEX triplet: B1, AA and 3D. RGB value is (177,170,61). Sum of RGB (Red+Green+Blue) = 177+170+61=408 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.38% from 408); Green value is 170 (66.80% from 255 or 41.67% from 408); Blue value is 61 (24.22% from 255 or 14.95% from 408); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AA3D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1AA3D is #4E55C2. Grayscale: #A0A0A0. Windows color (decimal): -5133763 or 4041393. OLE color: 4041393.

HSL color Cylindrical-coordinate representation of color #B1AA3D: hue angle of 56.38º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B1AA3D is Cyan = 0, Magento = 0.04, Yellow = 0.66 and Black (K on CMYK) = 0.31.

Color convert

RGB17717061-
CMYK00.040.660.31
HSL56.38º48.74%46.67%-
HSV(B)56.38º65.54%69.41%-
XYZ33.3538.4310.08-
YUV159.6772.32140.36-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.38%
GREEN value IS 170 (66.80% from 255) = 41.67%
BLUE value IS 61 (24.22% from 255) = 14.95%
R=43.38%
G=41.67%
B=14.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.66
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771706100.040.660.3156.3848.7446.67
HexB1AA3D04421F38312f
Octal261252750410237706157
Binary10110001101010101111010100100001011111111000110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AA3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AA3D; }

 p { color: rgb(177,170,61); }

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

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

 a { background-color: rgb(177,170,61); }

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

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

 span { border-color: rgb(177,170,61); }

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