#B6A836

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

Shades of Brass #B6A836

Tints of Brass #B6A836

Color information

#B6A836 (or 0xB6A836) is unknown color: approx Brass. HEX triplet: B6, A8 and 36. RGB value is (182,168,54). Sum of RGB (Red+Green+Blue) = 182+168+54=404 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.05% from 404); Green value is 168 (66.02% from 255 or 41.58% from 404); Blue value is 54 (21.48% from 255 or 13.37% from 404); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A836 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6A836 is #4957C9. Grayscale: #9F9F9F. Windows color (decimal): -4806602 or 3582134. OLE color: 3582134.

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

Color convert

RGB18216854-
CMYK00.080.700.29
HSL53.44º54.24%46.27%-
HSV(B)53.44º70.33%71.37%-
XYZ33.9638.229.08-
YUV159.1968.64144.27-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 45.05%
GREEN value IS 168 (66.02% from 255) = 41.58%
BLUE value IS 54 (21.48% from 255) = 13.37%
R=45.05%
G=41.58%
B=13.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.70
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821685400.080.700.2953.4454.2446.27
HexB6A83608461D35362e
Octal2662506601010635656656
Binary101101101010100011011001000100011011101110101110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A836

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A836; }

 p { color: rgb(182,168,54); }

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

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

 a { background-color: rgb(182,168,54); }

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

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

 span { border-color: rgb(182,168,54); }

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