#B6A841

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

Shades of Brass #B6A841

Tints of Brass #B6A841

Color information

#B6A841 (or 0xB6A841) is unknown color: approx Brass. HEX triplet: B6, A8 and 41. RGB value is (182,168,65). Sum of RGB (Red+Green+Blue) = 182+168+65=415 (54% of max value = 765). Red value is 182 (71.48% from 255 or 43.86% from 415); Green value is 168 (66.02% from 255 or 40.48% from 415); Blue value is 65 (25.78% from 255 or 15.66% from 415); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A841 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6A841 is #4957BE. Grayscale: #A0A0A0. Windows color (decimal): -4806591 or 4303030. OLE color: 4303030.

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

Color convert

RGB18216865-
CMYK00.080.640.29
HSL52.82º47.37%48.43%-
HSV(B)52.82º64.29%71.37%-
XYZ34.2538.3310.59-
YUV160.4474.14143.38-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.86%
GREEN value IS 168 (66.02% from 255) = 40.48%
BLUE value IS 65 (25.78% from 255) = 15.66%
R=43.86%
G=40.48%
B=15.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.64
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821686500.080.640.2952.8247.3748.43
HexB6A84108401D352f30
Octal26625010101010035655760
Binary1011011010101000100000101000100000011101110101101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A841; }

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

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

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

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

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

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

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

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