#B1AD4B

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

Shades of Brass #B1AD4B

Tints of Brass #B1AD4B

Color information

#B1AD4B (or 0xB1AD4B) is unknown color: approx Brass. HEX triplet: B1, AD and 4B. RGB value is (177,173,75). Sum of RGB (Red+Green+Blue) = 177+173+75=425 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.65% from 425); Green value is 173 (67.97% from 255 or 40.71% from 425); Blue value is 75 (29.69% from 255 or 17.65% from 425); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AD4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1AD4B is #4E52B4. Grayscale: #A3A3A3. Windows color (decimal): -5132981 or 4959665. OLE color: 4959665.

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

Color convert

RGB17717375-
CMYK00.020.580.31
HSL57.65º40.48%49.41%-
HSV(B)57.65º57.63%69.41%-
XYZ34.3539.7412.52-
YUV163.0278.33137.97-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.65%
GREEN value IS 173 (67.97% from 255) = 40.71%
BLUE value IS 75 (29.69% from 255) = 17.65%
R=41.65%
G=40.71%
B=17.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771737500.020.580.3157.6540.4849.41
HexB1AD4B023A1F3a2831
Octal261255113027237725061
Binary1011000110101101100101101011101011111111010101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AD4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AD4B; }

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

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

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

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

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

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

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

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