#B0AE3D

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

Shades of Brass #B0AE3D

Tints of Brass #B0AE3D

Color information

#B0AE3D (or 0xB0AE3D) is unknown color: approx Brass. HEX triplet: B0, AE and 3D. RGB value is (176,174,61). Sum of RGB (Red+Green+Blue) = 176+174+61=411 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.82% from 411); Green value is 174 (68.36% from 255 or 42.34% from 411); Blue value is 61 (24.22% from 255 or 14.84% from 411); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AE3D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0AE3D is #4F51C2. Grayscale: #A2A2A2. Windows color (decimal): -5198275 or 4042416. OLE color: 4042416.

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

Color convert

RGB17617461-
CMYK00.010.650.31
HSL58.96º48.52%46.47%-
HSV(B)58.96º65.34%69.02%-
XYZ33.8839.8410.32-
YUV161.7271.16138.19-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.82%
GREEN value IS 174 (68.36% from 255) = 42.34%
BLUE value IS 61 (24.22% from 255) = 14.84%
R=42.82%
G=42.34%
B=14.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.65
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761746100.010.650.3158.9648.5246.47
HexB0AE3D01411F3b312e
Octal260256750110137736156
Binary101100001010111011110101100000111111111011110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AE3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AE3D; }

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

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

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

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

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

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

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

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