#B1AD3D

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

Shades of Brass #B1AD3D

Tints of Brass #B1AD3D

Color information

#B1AD3D (or 0xB1AD3D) is unknown color: approx Brass. HEX triplet: B1, AD and 3D. RGB value is (177,173,61). Sum of RGB (Red+Green+Blue) = 177+173+61=411 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.07% from 411); Green value is 173 (67.97% from 255 or 42.09% from 411); Blue value is 61 (24.22% from 255 or 14.84% from 411); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AD3D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1AD3D is #4E52C2. Grayscale: #A1A1A1. Windows color (decimal): -5132995 or 4042161. OLE color: 4042161.

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

Color convert

RGB17717361-
CMYK00.020.660.31
HSL57.93º48.74%46.67%-
HSV(B)57.93º65.54%69.41%-
XYZ33.9239.5710.27-
YUV161.4371.33139.11-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.07%
GREEN value IS 173 (67.97% from 255) = 42.09%
BLUE value IS 61 (24.22% from 255) = 14.84%
R=43.07%
G=42.09%
B=14.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.66
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771736100.020.660.3157.9348.7446.67
HexB1AD3D02421F3a312f
Octal261255750210237726157
Binary1011000110101101111101010100001011111111010110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AD3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AD3D; }

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

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

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

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

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

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

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

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