#B0A941

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

Shades of Brass #B0A941

Tints of Brass #B0A941

Color information

#B0A941 (or 0xB0A941) is unknown color: approx Brass. HEX triplet: B0, A9 and 41. RGB value is (176,169,65). Sum of RGB (Red+Green+Blue) = 176+169+65=410 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.93% from 410); Green value is 169 (66.41% from 255 or 41.22% from 410); Blue value is 65 (25.78% from 255 or 15.85% from 410); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A941 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0A941 is #4F56BE. Grayscale: #9F9F9F. Windows color (decimal): -5199551 or 4303280. OLE color: 4303280.

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

Color convert

RGB17616965-
CMYK00.040.630.31
HSL56.22º46.06%47.25%-
HSV(B)56.22º63.07%69.02%-
XYZ33.0537.9910.59-
YUV159.2474.82139.96-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.93%
GREEN value IS 169 (66.41% from 255) = 41.22%
BLUE value IS 65 (25.78% from 255) = 15.85%
R=42.93%
G=41.22%
B=15.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.63
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761696500.040.630.3156.2246.0647.25
HexB0A941043F1F382e2f
Octal260251101047737705657
Binary10110000101010011000001010011111111111111000101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A941; }

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

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

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

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

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

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

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

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