#B6A74D

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

Shades of Brass #B6A74D

Tints of Brass #B6A74D

Color information

#B6A74D (or 0xB6A74D) is unknown color: approx Brass. HEX triplet: B6, A7 and 4D. RGB value is (182,167,77). Sum of RGB (Red+Green+Blue) = 182+167+77=426 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.72% from 426); Green value is 167 (65.62% from 255 or 39.20% from 426); Blue value is 77 (30.47% from 255 or 18.08% from 426); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A74D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6A74D is #4958B2. Grayscale: #A1A1A1. Windows color (decimal): -4806835 or 5089206. OLE color: 5089206.

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

Color convert

RGB18216777-
CMYK00.080.580.29
HSL51.43º41.83%50.78%-
HSV(B)51.43º57.69%71.37%-
XYZ34.4538.1212.56-
YUV161.2280.47142.82-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.72%
GREEN value IS 167 (65.62% from 255) = 39.20%
BLUE value IS 77 (30.47% from 255) = 18.08%
R=42.72%
G=39.20%
B=18.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.58
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821677700.080.580.2951.4341.8350.78
HexB6A74D083A1D332a33
Octal2662471150107235635263
Binary101101101010011110011010100011101011101110011101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A74D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A74D; }

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

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

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

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

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

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

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

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