#B0A537

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

Shades of Brass #B0A537

Tints of Brass #B0A537

Color information

#B0A537 (or 0xB0A537) is unknown color: approx Brass. HEX triplet: B0, A5 and 37. RGB value is (176,165,55). Sum of RGB (Red+Green+Blue) = 176+165+55=396 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.44% from 396); Green value is 165 (64.84% from 255 or 41.67% from 396); Blue value is 55 (21.88% from 255 or 13.89% from 396); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A537 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0A537 is #4F5AC8. Grayscale: #9C9C9C. Windows color (decimal): -5200585 or 3646896. OLE color: 3646896.

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

Color convert

RGB17616555-
CMYK00.060.690.31
HSL54.55º52.38%45.29%-
HSV(B)54.55º68.75%69.02%-
XYZ32.0536.428.95-
YUV155.7571.14142.44-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 44.44%
GREEN value IS 165 (64.84% from 255) = 41.67%
BLUE value IS 55 (21.88% from 255) = 13.89%
R=44.44%
G=41.67%
B=13.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.69
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761655500.060.690.3154.5552.3845.29
HexB0A53706451F37342d
Octal260245670610537676455
Binary10110000101001011101110110100010111111110111110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A537; }

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

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

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

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

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

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

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

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