#B6B539

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

Shades of Brass #B6B539

Tints of Brass #B6B539

Color information

#B6B539 (or 0xB6B539) is unknown color: approx Brass. HEX triplet: B6, B5 and 39. RGB value is (182,181,57). Sum of RGB (Red+Green+Blue) = 182+181+57=420 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.33% from 420); Green value is 181 (71.09% from 255 or 43.10% from 420); Blue value is 57 (22.66% from 255 or 13.57% from 420); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B539 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6B539 is #494AC6. Grayscale: #A7A7A7. Windows color (decimal): -4803271 or 3782070. OLE color: 3782070.

HSL color Cylindrical-coordinate representation of color #B6B539: hue angle of 59.52º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B6B539 is Cyan = 0, Magento = 0.01, Yellow = 0.69 and Black (K on CMYK) = 0.29.

Color convert

RGB18218157-
CMYK00.010.690.29
HSL59.52º52.3%46.86%-
HSV(B)59.52º68.68%71.37%-
XYZ36.5543.2910.3-
YUV167.1665.83138.58-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.33%
GREEN value IS 181 (71.09% from 255) = 43.10%
BLUE value IS 57 (22.66% from 255) = 13.57%
R=43.33%
G=43.10%
B=13.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.69
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821815700.010.690.2959.5252.346.86
HexB6B53901451D3c342f
Octal266265710110535746457
Binary101101101011010111100101100010111101111100110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B539; }

 p { color: rgb(182,181,57); }

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

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

 a { background-color: rgb(182,181,57); }

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

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

 span { border-color: rgb(182,181,57); }

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