#B0A340

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

Shades of Brass #B0A340

Tints of Brass #B0A340

Color information

#B0A340 (or 0xB0A340) is unknown color: approx Brass. HEX triplet: B0, A3 and 40. RGB value is (176,163,64). Sum of RGB (Red+Green+Blue) = 176+163+64=403 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.67% from 403); Green value is 163 (64.06% from 255 or 40.45% from 403); Blue value is 64 (25.39% from 255 or 15.88% from 403); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A340 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0A340 is #4F5CBF. Grayscale: #9C9C9C. Windows color (decimal): -5201088 or 4236208. OLE color: 4236208.

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

Color convert

RGB17616364-
CMYK00.070.640.31
HSL53.04º46.67%47.06%-
HSV(B)53.04º63.64%69.02%-
XYZ31.9335.7910.08-
YUV155.676.31142.55-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.67%
GREEN value IS 163 (64.06% from 255) = 40.45%
BLUE value IS 64 (25.39% from 255) = 15.88%
R=43.67%
G=40.45%
B=15.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.64
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761636400.070.640.3153.0446.6747.06
HexB0A34007401F352f2f
Octal2602431000710037655757
Binary101100001010001110000000111100000011111110101101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A340; }

 p { color: rgb(176,163,64); }

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

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

 a { background-color: rgb(176,163,64); }

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

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

 span { border-color: rgb(176,163,64); }

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