#B0AD37

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

Shades of Brass #B0AD37

Tints of Brass #B0AD37

Color information

#B0AD37 (or 0xB0AD37) is unknown color: approx Brass. HEX triplet: B0, AD and 37. RGB value is (176,173,55). Sum of RGB (Red+Green+Blue) = 176+173+55=404 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.56% from 404); Green value is 173 (67.97% from 255 or 42.82% from 404); Blue value is 55 (21.88% from 255 or 13.61% from 404); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AD37 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0AD37 is #4F52C8. Grayscale: #A0A0A0. Windows color (decimal): -5198537 or 3648944. OLE color: 3648944.

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

Color convert

RGB17617355-
CMYK00.020.690.31
HSL58.51º52.38%45.29%-
HSV(B)58.51º68.75%69.02%-
XYZ33.5439.399.45-
YUV160.4468.49139.09-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.56%
GREEN value IS 173 (67.97% from 255) = 42.82%
BLUE value IS 55 (21.88% from 255) = 13.61%
R=43.56%
G=42.82%
B=13.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.69
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761735500.020.690.3158.5152.3845.29
HexB0AD3702451F3b342d
Octal260255670210537736455
Binary1011000010101101110111010100010111111111011110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AD37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AD37; }

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

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

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

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

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

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

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

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