#b8a244

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

Shades of Brass #B8A244

Tints of Brass #B8A244

Color information

#B8A244 (or 0xB8A244) is unknown color: approx Brass. HEX triplet: B8, A2 and 44. RGB value is (184,162,68). Sum of RGB (Red+Green+Blue) = 184+162+68=414 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.44% from 414); Green value is 162 (63.67% from 255 or 39.13% from 414); Blue value is 68 (26.95% from 255 or 16.43% from 414); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A244 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8A244 is #475DBB. Grayscale: #9E9E9E. Windows color (decimal): -4677052 or 4498104. OLE color: 4498104.

HSL color Cylindrical-coordinate representation of color #B8A244: hue angle of 48.62º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B8A244 is Cyan = 0, Magento = 0.12, Yellow = 0.63 and Black (K on CMYK) = 0.28.

Color convert

RGB18416268-
CMYK00.120.630.28
HSL48.62º46.03%49.41%-
HSV(B)48.62º63.04%72.16%-
XYZ33.7336.4510.73-
YUV157.8677.29146.64-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.44%
GREEN value IS 162 (63.67% from 255) = 39.13%
BLUE value IS 68 (26.95% from 255) = 16.43%
R=44.44%
G=39.13%
B=16.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.63
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841626800.120.630.2848.6246.0349.41
HexB8A2440C3F1C312e31
Octal2702421040147734615661
Binary101110001010001010001000110011111111100110001101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b8a244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b8a244; }

 p { color: rgb(184,162,68); }

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

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

 a { background-color: rgb(184,162,68); }

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

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

 span { border-color: rgb(184,162,68); }

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