#B0A840

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

Shades of Brass #B0A840

Tints of Brass #B0A840

Color information

#B0A840 (or 0xB0A840) is unknown color: approx Brass. HEX triplet: B0, A8 and 40. RGB value is (176,168,64). Sum of RGB (Red+Green+Blue) = 176+168+64=408 (54% of max value = 765). Red value is 176 (69.14% from 255 or 43.14% from 408); Green value is 168 (66.02% from 255 or 41.18% from 408); Blue value is 64 (25.39% from 255 or 15.69% from 408); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A840 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0A840 is #4F57BF. Grayscale: #9E9E9E. Windows color (decimal): -5199808 or 4237488. OLE color: 4237488.

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

Color convert

RGB17616864-
CMYK00.050.640.31
HSL55.71º46.67%47.06%-
HSV(B)55.71º63.64%69.02%-
XYZ32.8337.6110.38-
YUV158.5474.65140.46-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.14%
GREEN value IS 168 (66.02% from 255) = 41.18%
BLUE value IS 64 (25.39% from 255) = 15.69%
R=43.14%
G=41.18%
B=15.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.64
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761686400.050.640.3155.7146.6747.06
HexB0A84005401F382f2f
Octal2602501000510037705757
Binary101100001010100010000000101100000011111111000101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A840; }

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

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

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

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

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

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

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

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