#B6AB50

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

Shades of Brass #B6AB50

Tints of Brass #B6AB50

Color information

#B6AB50 (or 0xB6AB50) is unknown color: approx Brass. HEX triplet: B6, AB and 50. RGB value is (182,171,80). Sum of RGB (Red+Green+Blue) = 182+171+80=433 (57% of max value = 765). Red value is 182 (71.48% from 255 or 42.03% from 433); Green value is 171 (67.19% from 255 or 39.49% from 433); Blue value is 80 (31.64% from 255 or 18.48% from 433); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AB50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6AB50 is #4954AF. Grayscale: #A4A4A4. Windows color (decimal): -4805808 or 5286838. OLE color: 5286838.

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

Color convert

RGB18217180-
CMYK00.060.560.29
HSL53.53º41.13%51.37%-
HSV(B)53.53º56.04%71.37%-
XYZ35.339.6513.38-
YUV163.9280.64140.9-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.03%
GREEN value IS 171 (67.19% from 255) = 39.49%
BLUE value IS 80 (31.64% from 255) = 18.48%
R=42.03%
G=39.49%
B=18.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.56
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821718000.060.560.2953.5341.1351.37
HexB6AB5006381D362933
Octal266253120067035665163
Binary10110110101010111010000011011100011101110110101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6AB50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6AB50; }

 p { color: rgb(182,171,80); }

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

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

 a { background-color: rgb(182,171,80); }

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

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

 span { border-color: rgb(182,171,80); }

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