#B6A94F

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

Shades of Brass #B6A94F

Tints of Brass #B6A94F

Color information

#B6A94F (or 0xB6A94F) is unknown color: approx Brass. HEX triplet: B6, A9 and 4F. RGB value is (182,169,79). Sum of RGB (Red+Green+Blue) = 182+169+79=430 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.33% from 430); Green value is 169 (66.41% from 255 or 39.30% from 430); Blue value is 79 (31.25% from 255 or 18.37% from 430); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A94F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6A94F is #4956B0. Grayscale: #A3A3A3. Windows color (decimal): -4806321 or 5220790. OLE color: 5220790.

HSL color Cylindrical-coordinate representation of color #B6A94F: hue angle of 52.43º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B6A94F is Cyan = 0, Magento = 0.07, Yellow = 0.57 and Black (K on CMYK) = 0.29.

Color convert

RGB18216979-
CMYK00.070.570.29
HSL52.43º41.37%51.18%-
HSV(B)52.43º56.59%71.37%-
XYZ34.8938.8913.06-
YUV162.6380.81141.82-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.33%
GREEN value IS 169 (66.41% from 255) = 39.30%
BLUE value IS 79 (31.25% from 255) = 18.37%
R=42.33%
G=39.30%
B=18.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.57
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821697900.070.570.2952.4341.3751.18
HexB6A94F07391D342933
Octal266251117077135645163
Binary10110110101010011001111011111100111101110100101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A94F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A94F; }

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

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

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

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

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

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

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

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