#B6A651

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

Shades of Brass #B6A651

Tints of Brass #B6A651

Color information

#B6A651 (or 0xB6A651) is unknown color: approx Brass. HEX triplet: B6, A6 and 51. RGB value is (182,166,81). Sum of RGB (Red+Green+Blue) = 182+166+81=429 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.42% from 429); Green value is 166 (65.23% from 255 or 38.69% from 429); Blue value is 81 (32.03% from 255 or 18.88% from 429); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A651 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6A651 is #4959AE. Grayscale: #A1A1A1. Windows color (decimal): -4807087 or 5351094. OLE color: 5351094.

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

Color convert

RGB18216681-
CMYK00.090.550.29
HSL50.5º40.89%51.57%-
HSV(B)50.5º55.49%71.37%-
XYZ34.4137.8113.27-
YUV161.0982.8142.91-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.42%
GREEN value IS 166 (65.23% from 255) = 38.69%
BLUE value IS 81 (32.03% from 255) = 18.88%
R=42.42%
G=38.69%
B=18.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.55
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821668100.090.550.2950.540.8951.57
HexB6A65109371D322934
Octal2662461210116735625164
Binary101101101010011010100010100111011111101110010101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A651; }

 p { color: rgb(182,166,81); }

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

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

 a { background-color: rgb(182,166,81); }

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

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

 span { border-color: rgb(182,166,81); }

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