#B0AB3E

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

Shades of Brass #B0AB3E

Tints of Brass #B0AB3E

Color information

#B0AB3E (or 0xB0AB3E) is unknown color: approx Brass. HEX triplet: B0, AB and 3E. RGB value is (176,171,62). Sum of RGB (Red+Green+Blue) = 176+171+62=409 (54% of max value = 765). Red value is 176 (69.14% from 255 or 43.03% from 409); Green value is 171 (67.19% from 255 or 41.81% from 409); Blue value is 62 (24.61% from 255 or 15.16% from 409); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AB3E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0AB3E is #4F54C1. Grayscale: #A0A0A0. Windows color (decimal): -5199042 or 4107184. OLE color: 4107184.

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

Color convert

RGB17617162-
CMYK00.030.650.31
HSL57.37º47.9%46.67%-
HSV(B)57.37º64.77%69.02%-
XYZ33.3438.710.27-
YUV160.0772.66139.36-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.03%
GREEN value IS 171 (67.19% from 255) = 41.81%
BLUE value IS 62 (24.61% from 255) = 15.16%
R=43.03%
G=41.81%
B=15.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.65
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761716200.030.650.3157.3747.946.67
HexB0AB3E03411F39302f
Octal260253760310137716057
Binary1011000010101011111110011100000111111111001110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AB3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AB3E; }

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

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

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

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

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

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

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

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