#b0ae40

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

Shades of Brass #B0AE40

Tints of Brass #B0AE40

Color information

#B0AE40 (or 0xB0AE40) is unknown color: approx Brass. HEX triplet: B0, AE and 40. RGB value is (176,174,64). Sum of RGB (Red+Green+Blue) = 176+174+64=414 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.51% from 414); Green value is 174 (68.36% from 255 or 42.03% from 414); Blue value is 64 (25.39% from 255 or 15.46% from 414); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AE40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0AE40 is #4F51BF. Grayscale: #A2A2A2. Windows color (decimal): -5198272 or 4239024. OLE color: 4239024.

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

Color convert

RGB17617464-
CMYK00.010.640.31
HSL58.93º46.67%47.06%-
HSV(B)58.93º63.64%69.02%-
XYZ33.9739.8710.76-
YUV162.0672.66137.94-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.51%
GREEN value IS 174 (68.36% from 255) = 42.03%
BLUE value IS 64 (25.39% from 255) = 15.46%
R=42.51%
G=42.03%
B=15.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.64
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761746400.010.640.3158.9346.6747.06
HexB0AE4001401F3b2f2f
Octal2602561000110037735757
Binary1011000010101110100000001100000011111111011101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b0ae40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b0ae40; }

 p { color: rgb(176,174,64); }

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

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

 a { background-color: rgb(176,174,64); }

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

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

 span { border-color: rgb(176,174,64); }

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