#B0A650

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

Shades of Brass #B0A650

Tints of Brass #B0A650

Color information

#B0A650 (or 0xB0A650) is unknown color: approx Brass. HEX triplet: B0, A6 and 50. RGB value is (176,166,80). Sum of RGB (Red+Green+Blue) = 176+166+80=422 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.71% from 422); Green value is 166 (65.23% from 255 or 39.34% from 422); Blue value is 80 (31.64% from 255 or 18.96% from 422); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A650 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0A650 is #4F59AF. Grayscale: #9F9F9F. Windows color (decimal): -5200304 or 5285552. OLE color: 5285552.

HSL color Cylindrical-coordinate representation of color #B0A650: hue angle of 53.75º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B0A650 is Cyan = 0, Magento = 0.06, Yellow = 0.55 and Black (K on CMYK) = 0.31.

Color convert

RGB17616680-
CMYK00.060.550.31
HSL53.75º37.8%50.2%-
HSV(B)53.75º54.55%69.02%-
XYZ32.9937.0813.01-
YUV159.1983.31139.99-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.71%
GREEN value IS 166 (65.23% from 255) = 39.34%
BLUE value IS 80 (31.64% from 255) = 18.96%
R=41.71%
G=39.34%
B=18.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761668000.060.550.3153.7537.850.2
HexB0A65006371F362632
Octal260246120066737664662
Binary10110000101001101010000011011011111111110110100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A650; }

 p { color: rgb(176,166,80); }

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

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

 a { background-color: rgb(176,166,80); }

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

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

 span { border-color: rgb(176,166,80); }

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