#B6A54F

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

Shades of Brass #B6A54F

Tints of Brass #B6A54F

Color information

#B6A54F (or 0xB6A54F) is unknown color: approx Brass. HEX triplet: B6, A5 and 4F. RGB value is (182,165,79). Sum of RGB (Red+Green+Blue) = 182+165+79=426 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.72% from 426); Green value is 165 (64.84% from 255 or 38.73% from 426); Blue value is 79 (31.25% from 255 or 18.54% from 426); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A54F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6A54F is #495AB0. Grayscale: #A0A0A0. Windows color (decimal): -4807345 or 5219766. OLE color: 5219766.

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

Color convert

RGB18216579-
CMYK00.090.570.29
HSL50.1º41.37%51.18%-
HSV(B)50.1º56.59%71.37%-
XYZ34.1637.4212.82-
YUV160.2882.13143.49-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.72%
GREEN value IS 165 (64.84% from 255) = 38.73%
BLUE value IS 79 (31.25% from 255) = 18.54%
R=42.72%
G=38.73%
B=18.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.57
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821657900.090.570.2950.141.3751.18
HexB6A54F09391D322933
Octal2662451170117135625163
Binary101101101010010110011110100111100111101110010101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A54F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A54F; }

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

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

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

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

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

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

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

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