#B8A63E

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

Shades of Brass #B8A63E

Tints of Brass #B8A63E

Color information

#B8A63E (or 0xB8A63E) is unknown color: approx Brass. HEX triplet: B8, A6 and 3E. RGB value is (184,166,62). Sum of RGB (Red+Green+Blue) = 184+166+62=412 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.66% from 412); Green value is 166 (65.23% from 255 or 40.29% from 412); Blue value is 62 (24.61% from 255 or 15.05% from 412); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A63E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8A63E is #4759C1. Grayscale: #9F9F9F. Windows color (decimal): -4676034 or 4105912. OLE color: 4105912.

HSL color Cylindrical-coordinate representation of color #B8A63E: hue angle of 51.15º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B8A63E is Cyan = 0, Magento = 0.10, Yellow = 0.66 and Black (K on CMYK) = 0.28.

Color convert

RGB18416662-
CMYK00.100.660.28
HSL51.15º49.59%48.24%-
HSV(B)51.15º66.3%72.16%-
XYZ34.2737.8110.05-
YUV159.5372.96145.46-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.66%
GREEN value IS 166 (65.23% from 255) = 40.29%
BLUE value IS 62 (24.61% from 255) = 15.05%
R=44.66%
G=40.29%
B=15.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.66
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841666200.100.660.2851.1549.5948.24
HexB8A63E0A421C333230
Octal2702467601210234636260
Binary101110001010011011111001010100001011100110011110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8A63E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8A63E; }

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

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

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

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

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

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

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

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