#B0A553

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

Shades of Brass #B0A553

Tints of Brass #B0A553

Color information

#B0A553 (or 0xB0A553) is unknown color: approx Brass. HEX triplet: B0, A5 and 53. RGB value is (176,165,83). Sum of RGB (Red+Green+Blue) = 176+165+83=424 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.51% from 424); Green value is 165 (64.84% from 255 or 38.92% from 424); Blue value is 83 (32.81% from 255 or 19.58% from 424); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A553 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0A553 is #4F5AAC. Grayscale: #9F9F9F. Windows color (decimal): -5200557 or 5481904. OLE color: 5481904.

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

Color convert

RGB17616583-
CMYK00.060.530.31
HSL52.9º37.05%50.78%-
HSV(B)52.9º52.84%69.02%-
XYZ32.9236.7613.54-
YUV158.9485.14140.17-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.51%
GREEN value IS 165 (64.84% from 255) = 38.92%
BLUE value IS 83 (32.81% from 255) = 19.58%
R=41.51%
G=38.92%
B=19.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.53
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761658300.060.530.3152.937.0550.78
HexB0A55306351F352533
Octal260245123066537654563
Binary10110000101001011010011011011010111111110101100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A553; }

 p { color: rgb(176,165,83); }

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

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

 a { background-color: rgb(176,165,83); }

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

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

 span { border-color: rgb(176,165,83); }

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