#B6A74F

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

Shades of Brass #B6A74F

Tints of Brass #B6A74F

Color information

#B6A74F (or 0xB6A74F) is unknown color: approx Brass. HEX triplet: B6, A7 and 4F. RGB value is (182,167,79). Sum of RGB (Red+Green+Blue) = 182+167+79=428 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.52% from 428); Green value is 167 (65.62% from 255 or 39.02% from 428); Blue value is 79 (31.25% from 255 or 18.46% from 428); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A74F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6A74F is #4958B0. Grayscale: #A1A1A1. Windows color (decimal): -4806833 or 5220278. OLE color: 5220278.

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

Color convert

RGB18216779-
CMYK00.080.570.29
HSL51.26º41.37%51.18%-
HSV(B)51.26º56.59%71.37%-
XYZ34.5238.1512.94-
YUV161.4581.47142.66-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.52%
GREEN value IS 167 (65.62% from 255) = 39.02%
BLUE value IS 79 (31.25% from 255) = 18.46%
R=42.52%
G=39.02%
B=18.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.57
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821677900.080.570.2951.2641.3751.18
HexB6A74F08391D332933
Octal2662471170107135635163
Binary101101101010011110011110100011100111101110011101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A74F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A74F; }

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

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

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

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

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

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

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

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