#B6AC33

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

Shades of Brass #B6AC33

Tints of Brass #B6AC33

Color information

#B6AC33 (or 0xB6AC33) is unknown color: approx Brass. HEX triplet: B6, AC and 33. RGB value is (182,172,51). Sum of RGB (Red+Green+Blue) = 182+172+51=405 (53% of max value = 765). Red value is 182 (71.48% from 255 or 44.94% from 405); Green value is 172 (67.58% from 255 or 42.47% from 405); Blue value is 51 (20.31% from 255 or 12.59% from 405); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AC33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6AC33 is #4953CC. Grayscale: #A1A1A1. Windows color (decimal): -4805581 or 3386550. OLE color: 3386550.

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

Color convert

RGB18217251-
CMYK00.050.720.29
HSL55.42º56.22%45.69%-
HSV(B)55.42º71.98%71.37%-
XYZ34.6439.698.97-
YUV161.265.81142.84-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 44.94%
GREEN value IS 172 (67.58% from 255) = 42.47%
BLUE value IS 51 (20.31% from 255) = 12.59%
R=44.94%
G=42.47%
B=12.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.72
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821725100.050.720.2955.4256.2245.69
HexB6AC3305481D37382e
Octal266254630511035677056
Binary10110110101011001100110101100100011101110111111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6AC33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6AC33; }

 p { color: rgb(182,172,51); }

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

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

 a { background-color: rgb(182,172,51); }

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

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

 span { border-color: rgb(182,172,51); }

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