#B6AC4B

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

Shades of Brass #B6AC4B

Tints of Brass #B6AC4B

Color information

#B6AC4B (or 0xB6AC4B) is unknown color: approx Brass. HEX triplet: B6, AC and 4B. RGB value is (182,172,75). Sum of RGB (Red+Green+Blue) = 182+172+75=429 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.42% from 429); Green value is 172 (67.58% from 255 or 40.09% from 429); Blue value is 75 (29.69% from 255 or 17.48% from 429); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AC4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6AC4B is #4953B4. Grayscale: #A4A4A4. Windows color (decimal): -4805557 or 4959414. OLE color: 4959414.

HSL color Cylindrical-coordinate representation of color #B6AC4B: hue angle of 54.39º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B6AC4B is Cyan = 0, Magento = 0.05, Yellow = 0.59 and Black (K on CMYK) = 0.29.

Color convert

RGB18217275-
CMYK00.050.590.29
HSL54.39º42.29%50.39%-
HSV(B)54.39º58.79%71.37%-
XYZ35.3139.9612.51-
YUV163.9377.81140.89-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.42%
GREEN value IS 172 (67.58% from 255) = 40.09%
BLUE value IS 75 (29.69% from 255) = 17.48%
R=42.42%
G=40.09%
B=17.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.59
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821727500.050.590.2954.3942.2950.39
HexB6AC4B053B1D362a32
Octal266254113057335665262
Binary10110110101011001001011010111101111101110110101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6AC4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6AC4B; }

 p { color: rgb(182,172,75); }

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

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

 a { background-color: rgb(182,172,75); }

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

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

 span { border-color: rgb(182,172,75); }

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