#B6AB34

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

Shades of Brass #B6AB34

Tints of Brass #B6AB34

Color information

#B6AB34 (or 0xB6AB34) is unknown color: approx Brass. HEX triplet: B6, AB and 34. RGB value is (182,171,52). Sum of RGB (Red+Green+Blue) = 182+171+52=405 (53% of max value = 765). Red value is 182 (71.48% from 255 or 44.94% from 405); Green value is 171 (67.19% from 255 or 42.22% from 405); Blue value is 52 (20.70% from 255 or 12.84% from 405); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AB34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6AB34 is #4954CB. Grayscale: #A1A1A1. Windows color (decimal): -4805836 or 3451830. OLE color: 3451830.

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

Color convert

RGB18217152-
CMYK00.060.710.29
HSL54.92º55.56%45.88%-
HSV(B)54.92º71.43%71.37%-
XYZ34.4739.329.02-
YUV160.7266.64143.18-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 44.94%
GREEN value IS 171 (67.19% from 255) = 42.22%
BLUE value IS 52 (20.70% from 255) = 12.84%
R=44.94%
G=42.22%
B=12.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.71
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821715200.060.710.2954.9255.5645.88
HexB6AB3406471D37382e
Octal266253640610735677056
Binary10110110101010111101000110100011111101110111111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6AB34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6AB34; }

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

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

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

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

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

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

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

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