#B6A542

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

Shades of Brass #B6A542

Tints of Brass #B6A542

Color information

#B6A542 (or 0xB6A542) is unknown color: approx Brass. HEX triplet: B6, A5 and 42. RGB value is (182,165,66). Sum of RGB (Red+Green+Blue) = 182+165+66=413 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.07% from 413); Green value is 165 (64.84% from 255 or 39.95% from 413); Blue value is 66 (26.17% from 255 or 15.98% from 413); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A542 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6A542 is #495ABD. Grayscale: #9F9F9F. Windows color (decimal): -4807358 or 4367798. OLE color: 4367798.

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

Color convert

RGB18216566-
CMYK00.090.640.29
HSL51.21º46.77%48.63%-
HSV(B)51.21º63.74%71.37%-
XYZ33.7337.2510.57-
YUV158.875.63144.55-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 44.07%
GREEN value IS 165 (64.84% from 255) = 39.95%
BLUE value IS 66 (26.17% from 255) = 15.98%
R=44.07%
G=39.95%
B=15.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.64
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821656600.090.640.2951.2146.7748.63
HexB6A54209401D332f31
Octal26624510201110035635761
Binary1011011010100101100001001001100000011101110011101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A542; }

 p { color: rgb(182,165,66); }

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

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

 a { background-color: rgb(182,165,66); }

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

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

 span { border-color: rgb(182,165,66); }

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