#B0AB4D

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

Shades of Brass #B0AB4D

Tints of Brass #B0AB4D

Color information

#B0AB4D (or 0xB0AB4D) is unknown color: approx Brass. HEX triplet: B0, AB and 4D. RGB value is (176,171,77). Sum of RGB (Red+Green+Blue) = 176+171+77=424 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.51% from 424); Green value is 171 (67.19% from 255 or 40.33% from 424); Blue value is 77 (30.47% from 255 or 18.16% from 424); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AB4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0AB4D is #4F54B2. Grayscale: #A2A2A2. Windows color (decimal): -5199027 or 5090224. OLE color: 5090224.

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

Color convert

RGB17617177-
CMYK00.030.560.31
HSL56.97º39.13%49.61%-
HSV(B)56.97º56.25%69.02%-
XYZ33.8138.8912.75-
YUV161.7880.16138.14-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.51%
GREEN value IS 171 (67.19% from 255) = 40.33%
BLUE value IS 77 (30.47% from 255) = 18.16%
R=41.51%
G=40.33%
B=18.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.56
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761717700.030.560.3156.9739.1349.61
HexB0AB4D03381F392732
Octal260253115037037714762
Binary1011000010101011100110101111100011111111001100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AB4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AB4D; }

 p { color: rgb(176,171,77); }

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

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

 a { background-color: rgb(176,171,77); }

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

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

 span { border-color: rgb(176,171,77); }

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