#B6AB43

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

Shades of Brass #B6AB43

Tints of Brass #B6AB43

Color information

#B6AB43 (or 0xB6AB43) is unknown color: approx Brass. HEX triplet: B6, AB and 43. RGB value is (182,171,67). Sum of RGB (Red+Green+Blue) = 182+171+67=420 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.33% from 420); Green value is 171 (67.19% from 255 or 40.71% from 420); Blue value is 67 (26.56% from 255 or 15.95% from 420); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AB43 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6AB43 is #4954BC. Grayscale: #A2A2A2. Windows color (decimal): -4805821 or 4434870. OLE color: 4434870.

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

Color convert

RGB18217167-
CMYK00.060.630.29
HSL54.26º46.18%48.82%-
HSV(B)54.26º63.19%71.37%-
XYZ34.8739.4811.09-
YUV162.4374.14141.96-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.33%
GREEN value IS 171 (67.19% from 255) = 40.71%
BLUE value IS 67 (26.56% from 255) = 15.95%
R=43.33%
G=40.71%
B=15.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.63
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821716700.060.630.2954.2646.1848.82
HexB6AB43063F1D362e31
Octal266253103067735665661
Binary10110110101010111000011011011111111101110110101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6AB43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6AB43; }

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

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

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

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

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

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

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

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