#B0A241

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

Shades of Brass #B0A241

Tints of Brass #B0A241

Color information

#B0A241 (or 0xB0A241) is unknown color: approx Brass. HEX triplet: B0, A2 and 41. RGB value is (176,162,65). Sum of RGB (Red+Green+Blue) = 176+162+65=403 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.67% from 403); Green value is 162 (63.67% from 255 or 40.20% from 403); Blue value is 65 (25.78% from 255 or 16.13% from 403); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A241 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0A241 is #4F5DBE. Grayscale: #9B9B9B. Windows color (decimal): -5201343 or 4301488. OLE color: 4301488.

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

Color convert

RGB17616265-
CMYK00.080.630.31
HSL52.43º46.06%47.25%-
HSV(B)52.43º63.07%69.02%-
XYZ31.7835.4510.17-
YUV155.1377.14142.89-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.67%
GREEN value IS 162 (63.67% from 255) = 40.20%
BLUE value IS 65 (25.78% from 255) = 16.13%
R=43.67%
G=40.20%
B=16.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.63
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761626500.080.630.3152.4346.0647.25
HexB0A241083F1F342e2f
Octal2602421010107737645657
Binary101100001010001010000010100011111111111110100101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A241; }

 p { color: rgb(176,162,65); }

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

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

 a { background-color: rgb(176,162,65); }

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

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

 span { border-color: rgb(176,162,65); }

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