#B0AE33

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

Shades of Brass #B0AE33

Tints of Brass #B0AE33

Color information

#B0AE33 (or 0xB0AE33) is unknown color: approx Brass. HEX triplet: B0, AE and 33. RGB value is (176,174,51). Sum of RGB (Red+Green+Blue) = 176+174+51=401 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.89% from 401); Green value is 174 (68.36% from 255 or 43.39% from 401); Blue value is 51 (20.31% from 255 or 12.72% from 401); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AE33 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0AE33 is #4F51CC. Grayscale: #A1A1A1. Windows color (decimal): -5198285 or 3387056. OLE color: 3387056.

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

Color convert

RGB17617451-
CMYK00.010.710.31
HSL59.04º55.07%44.51%-
HSV(B)59.04º71.02%69.02%-
XYZ33.6439.749.03-
YUV160.5866.16139-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.89%
GREEN value IS 174 (68.36% from 255) = 43.39%
BLUE value IS 51 (20.31% from 255) = 12.72%
R=43.89%
G=43.39%
B=12.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.71
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761745100.010.710.3159.0455.0744.51
HexB0AE3301471F3b372d
Octal260256630110737736755
Binary101100001010111011001101100011111111111011110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AE33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AE33; }

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

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

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

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

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

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

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

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