#B5A63E

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

Shades of Brass #B5A63E

Tints of Brass #B5A63E

Color information

#B5A63E (or 0xB5A63E) is unknown color: approx Brass. HEX triplet: B5, A6 and 3E. RGB value is (181,166,62). Sum of RGB (Red+Green+Blue) = 181+166+62=409 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.25% from 409); Green value is 166 (65.23% from 255 or 40.59% from 409); Blue value is 62 (24.61% from 255 or 15.16% from 409); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A63E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5A63E is #4A59C1. Grayscale: #9F9F9F. Windows color (decimal): -4872642 or 4105909. OLE color: 4105909.

HSL color Cylindrical-coordinate representation of color #B5A63E: hue angle of 52.44º 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 #B5A63E is Cyan = 0, Magento = 0.08, Yellow = 0.66 and Black (K on CMYK) = 0.29.

Color convert

RGB18116662-
CMYK00.080.660.29
HSL52.44º48.97%47.65%-
HSV(B)52.44º65.75%70.98%-
XYZ33.5637.4410.02-
YUV158.6373.47143.96-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.25%
GREEN value IS 166 (65.23% from 255) = 40.59%
BLUE value IS 62 (24.61% from 255) = 15.16%
R=44.25%
G=40.59%
B=15.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.66
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811666200.080.660.2952.4448.9747.65
HexB5A63E08421D343130
Octal2652467601010235646160
Binary101101011010011011111001000100001011101110100110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A63E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A63E; }

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

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

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

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

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

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

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

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