#B6A94A

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

Shades of Brass #B6A94A

Tints of Brass #B6A94A

Color information

#B6A94A (or 0xB6A94A) is unknown color: approx Brass. HEX triplet: B6, A9 and 4A. RGB value is (182,169,74). Sum of RGB (Red+Green+Blue) = 182+169+74=425 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.82% from 425); Green value is 169 (66.41% from 255 or 39.76% from 425); Blue value is 74 (29.30% from 255 or 17.41% from 425); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A94A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6A94A is #4956B5. Grayscale: #A2A2A2. Windows color (decimal): -4806326 or 4893110. OLE color: 4893110.

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

Color convert

RGB18216974-
CMYK00.070.590.29
HSL52.78º42.52%50.2%-
HSV(B)52.78º59.34%71.37%-
XYZ34.7238.8212.14-
YUV162.0678.31142.22-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.82%
GREEN value IS 169 (66.41% from 255) = 39.76%
BLUE value IS 74 (29.30% from 255) = 17.41%
R=42.82%
G=39.76%
B=17.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.59
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821697400.070.590.2952.7842.5250.2
HexB6A94A073B1D352b32
Octal266251112077335655362
Binary10110110101010011001010011111101111101110101101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A94A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A94A; }

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

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

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

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

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

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

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

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