#B6A54A

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

Shades of Brass #B6A54A

Tints of Brass #B6A54A

Color information

#B6A54A (or 0xB6A54A) is unknown color: approx Brass. HEX triplet: B6, A5 and 4A. RGB value is (182,165,74). Sum of RGB (Red+Green+Blue) = 182+165+74=421 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.23% from 421); Green value is 165 (64.84% from 255 or 39.19% from 421); Blue value is 74 (29.30% from 255 or 17.58% from 421); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A54A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6A54A is #495AB5. Grayscale: #A0A0A0. Windows color (decimal): -4807350 or 4892086. OLE color: 4892086.

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

Color convert

RGB18216574-
CMYK00.090.590.29
HSL50.56º42.52%50.2%-
HSV(B)50.56º59.34%71.37%-
XYZ33.9837.3511.9-
YUV159.7179.63143.9-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.23%
GREEN value IS 165 (64.84% from 255) = 39.19%
BLUE value IS 74 (29.30% from 255) = 17.58%
R=43.23%
G=39.19%
B=17.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.59
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821657400.090.590.2950.5642.5250.2
HexB6A54A093B1D332b32
Octal2662451120117335635362
Binary101101101010010110010100100111101111101110011101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A54A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A54A; }

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

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

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

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

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

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

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

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