#B6A63E

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

Shades of Brass #B6A63E

Tints of Brass #B6A63E

Color information

#B6A63E (or 0xB6A63E) is unknown color: approx Brass. HEX triplet: B6, A6 and 3E. RGB value is (182,166,62). Sum of RGB (Red+Green+Blue) = 182+166+62=410 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.39% from 410); Green value is 166 (65.23% from 255 or 40.49% from 410); Blue value is 62 (24.61% from 255 or 15.12% from 410); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A63E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6A63E is #4959C1. Grayscale: #9F9F9F. Windows color (decimal): -4807106 or 4105910. OLE color: 4105910.

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

Color convert

RGB18216662-
CMYK00.090.660.29
HSL52º49.18%47.84%-
HSV(B)52º65.93%71.37%-
XYZ33.837.5710.03-
YUV158.9373.3144.46-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 44.39%
GREEN value IS 166 (65.23% from 255) = 40.49%
BLUE value IS 62 (24.61% from 255) = 15.12%
R=44.39%
G=40.49%
B=15.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.66
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821666200.090.660.295249.1847.84
HexB6A63E09421D343130
Octal2662467601110235646160
Binary101101101010011011111001001100001011101110100110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A63E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A63E; }

 p { color: rgb(182,166,62); }

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

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

 a { background-color: rgb(182,166,62); }

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

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

 span { border-color: rgb(182,166,62); }

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