#B0A03E

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

Shades of Brass #B0A03E

Tints of Brass #B0A03E

Color information

#B0A03E (or 0xB0A03E) is unknown color: approx Brass. HEX triplet: B0, A0 and 3E. RGB value is (176,160,62). Sum of RGB (Red+Green+Blue) = 176+160+62=398 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.22% from 398); Green value is 160 (62.89% from 255 or 40.20% from 398); Blue value is 62 (24.61% from 255 or 15.58% from 398); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A03E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0A03E is #4F5FC1. Grayscale: #9A9A9A. Windows color (decimal): -5201858 or 4104368. OLE color: 4104368.

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

Color convert

RGB17616062-
CMYK00.090.650.31
HSL51.58º47.9%46.67%-
HSV(B)51.58º64.77%69.02%-
XYZ31.3434.729.61-
YUV153.6176.3143.97-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 44.22%
GREEN value IS 160 (62.89% from 255) = 40.20%
BLUE value IS 62 (24.61% from 255) = 15.58%
R=44.22%
G=40.20%
B=15.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.65
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761606200.090.650.3151.5847.946.67
HexB0A03E09411F34302f
Octal2602407601110137646057
Binary101100001010000011111001001100000111111110100110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A03E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A03E; }

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

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

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

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

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

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

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

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