#B8A63F

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

Shades of Brass #B8A63F

Tints of Brass #B8A63F

Color information

#B8A63F (or 0xB8A63F) is unknown color: approx Brass. HEX triplet: B8, A6 and 3F. RGB value is (184,166,63). Sum of RGB (Red+Green+Blue) = 184+166+63=413 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.55% from 413); Green value is 166 (65.23% from 255 or 40.19% from 413); Blue value is 63 (25% from 255 or 15.25% from 413); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A63F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8A63F is #4759C0. Grayscale: #A0A0A0. Windows color (decimal): -4676033 or 4171448. OLE color: 4171448.

HSL color Cylindrical-coordinate representation of color #B8A63F: hue angle of 51.07º degrees, saturation: 0.49, 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 #B8A63F is Cyan = 0, Magento = 0.10, Yellow = 0.66 and Black (K on CMYK) = 0.28.

Color convert

RGB18416663-
CMYK00.100.660.28
HSL51.07º48.99%48.43%-
HSV(B)51.07º65.76%72.16%-
XYZ34.337.8210.2-
YUV159.6473.46145.38-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.55%
GREEN value IS 166 (65.23% from 255) = 40.19%
BLUE value IS 63 (25% from 255) = 15.25%
R=44.55%
G=40.19%
B=15.25%

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
Decimal1841666300.100.660.2851.0748.9948.43
HexB8A63F0A421C333130
Octal2702467701210234636160
Binary101110001010011011111101010100001011100110011110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8A63F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8A63F; }

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

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

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

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

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

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

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

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