#B0AD4C

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

Shades of Brass #B0AD4C

Tints of Brass #B0AD4C

Color information

#B0AD4C (or 0xB0AD4C) is unknown color: approx Brass. HEX triplet: B0, AD and 4C. RGB value is (176,173,76). Sum of RGB (Red+Green+Blue) = 176+173+76=425 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.41% from 425); Green value is 173 (67.97% from 255 or 40.71% from 425); Blue value is 76 (30.08% from 255 or 17.88% from 425); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AD4C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0AD4C is #4F52B3. Grayscale: #A3A3A3. Windows color (decimal): -5198516 or 5025200. OLE color: 5025200.

HSL color Cylindrical-coordinate representation of color #B0AD4C: hue angle of 58.2º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B0AD4C is Cyan = 0, Magento = 0.02, Yellow = 0.57 and Black (K on CMYK) = 0.31.

Color convert

RGB17617376-
CMYK00.020.570.31
HSL58.2º39.68%49.41%-
HSV(B)58.2º56.82%69.02%-
XYZ34.1539.6412.69-
YUV162.8478.99137.39-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.41%
GREEN value IS 173 (67.97% from 255) = 40.71%
BLUE value IS 76 (30.08% from 255) = 17.88%
R=41.41%
G=40.71%
B=17.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.57
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761737600.020.570.3158.239.6849.41
HexB0AD4C02391F3a2831
Octal260255114027137725061
Binary1011000010101101100110001011100111111111010101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AD4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AD4C; }

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

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

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

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

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

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

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

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