#B6AD33

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

Shades of Brass #B6AD33

Tints of Brass #B6AD33

Color information

#B6AD33 (or 0xB6AD33) is unknown color: approx Brass. HEX triplet: B6, AD and 33. RGB value is (182,173,51). Sum of RGB (Red+Green+Blue) = 182+173+51=406 (53% of max value = 765). Red value is 182 (71.48% from 255 or 44.83% from 406); Green value is 173 (67.97% from 255 or 42.61% from 406); Blue value is 51 (20.31% from 255 or 12.56% from 406); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AD33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6AD33 is #4952CC. Grayscale: #A2A2A2. Windows color (decimal): -4805325 or 3386806. OLE color: 3386806.

HSL color Cylindrical-coordinate representation of color #B6AD33: hue angle of 55.88º 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 #B6AD33 is Cyan = 0, Magento = 0.05, Yellow = 0.72 and Black (K on CMYK) = 0.29.

Color convert

RGB18217351-
CMYK00.050.720.29
HSL55.88º56.22%45.69%-
HSV(B)55.88º71.98%71.37%-
XYZ34.8340.079.03-
YUV161.7865.48142.42-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 44.83%
GREEN value IS 173 (67.97% from 255) = 42.61%
BLUE value IS 51 (20.31% from 255) = 12.56%
R=44.83%
G=42.61%
B=12.56%

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
Decimal1821735100.050.720.2955.8856.2245.69
HexB6AD3305481D38382e
Octal266255630511035707056
Binary10110110101011011100110101100100011101111000111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6AD33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6AD33; }

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

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

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

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

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

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

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

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