#B6AE35

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

Shades of Brass #B6AE35

Tints of Brass #B6AE35

Color information

#B6AE35 (or 0xB6AE35) is unknown color: approx Brass. HEX triplet: B6, AE and 35. RGB value is (182,174,53). Sum of RGB (Red+Green+Blue) = 182+174+53=409 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.50% from 409); Green value is 174 (68.36% from 255 or 42.54% from 409); Blue value is 53 (21.09% from 255 or 12.96% from 409); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AE35 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6AE35 is #4951CA. Grayscale: #A3A3A3. Windows color (decimal): -4805067 or 3518134. OLE color: 3518134.

HSL color Cylindrical-coordinate representation of color #B6AE35: hue angle of 56.28º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B6AE35 is Cyan = 0, Magento = 0.04, Yellow = 0.71 and Black (K on CMYK) = 0.29.

Color convert

RGB18217453-
CMYK00.040.710.29
HSL56.28º54.89%46.08%-
HSV(B)56.28º70.88%71.37%-
XYZ35.0740.479.33-
YUV162.666.15141.84-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 44.50%
GREEN value IS 174 (68.36% from 255) = 42.54%
BLUE value IS 53 (21.09% from 255) = 12.96%
R=44.50%
G=42.54%
B=12.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.71
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821745300.040.710.2956.2854.8946.08
HexB6AE3504471D38372e
Octal266256650410735706756
Binary10110110101011101101010100100011111101111000110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6AE35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6AE35; }

 p { color: rgb(182,174,53); }

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

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

 a { background-color: rgb(182,174,53); }

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

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

 span { border-color: rgb(182,174,53); }

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