#B6AD38

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

Shades of Brass #B6AD38

Tints of Brass #B6AD38

Color information

#B6AD38 (or 0xB6AD38) is unknown color: approx Brass. HEX triplet: B6, AD and 38. RGB value is (182,173,56). Sum of RGB (Red+Green+Blue) = 182+173+56=411 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.28% from 411); Green value is 173 (67.97% from 255 or 42.09% from 411); Blue value is 56 (22.27% from 255 or 13.63% from 411); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AD38 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6AD38 is #4952C7. Grayscale: #A2A2A2. Windows color (decimal): -4805320 or 3714486. OLE color: 3714486.

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

Color convert

RGB18217356-
CMYK00.050.690.29
HSL55.71º52.94%46.67%-
HSV(B)55.71º69.23%71.37%-
XYZ34.9540.129.64-
YUV162.3567.98142.01-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 44.28%
GREEN value IS 173 (67.97% from 255) = 42.09%
BLUE value IS 56 (22.27% from 255) = 13.63%
R=44.28%
G=42.09%
B=13.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.69
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821735600.050.690.2955.7152.9446.67
HexB6AD3805451D38352f
Octal266255700510535706557
Binary10110110101011011110000101100010111101111000110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6AD38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6AD38; }

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

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

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

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

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

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

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

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