#B8A24A

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

Shades of Brass #B8A24A

Tints of Brass #B8A24A

Color information

#B8A24A (or 0xB8A24A) is unknown color: approx Brass. HEX triplet: B8, A2 and 4A. RGB value is (184,162,74). Sum of RGB (Red+Green+Blue) = 184+162+74=420 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.81% from 420); Green value is 162 (63.67% from 255 or 38.57% from 420); Blue value is 74 (29.30% from 255 or 17.62% from 420); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A24A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8A24A is #475DB5. Grayscale: #9E9E9E. Windows color (decimal): -4677046 or 4891320. OLE color: 4891320.

HSL color Cylindrical-coordinate representation of color #B8A24A: hue angle of 48º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B8A24A is Cyan = 0, Magento = 0.12, Yellow = 0.60 and Black (K on CMYK) = 0.28.

Color convert

RGB18416274-
CMYK00.120.600.28
HSL48º43.65%50.59%-
HSV(B)48º59.78%72.16%-
XYZ33.9236.5311.74-
YUV158.5580.29146.16-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 43.81%
GREEN value IS 162 (63.67% from 255) = 38.57%
BLUE value IS 74 (29.30% from 255) = 17.62%
R=43.81%
G=38.57%
B=17.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.60
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841627400.120.600.284843.6550.59
HexB8A24A0C3C1C302c33
Octal2702421120147434605463
Binary101110001010001010010100110011110011100110000101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8A24A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8A24A; }

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

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

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

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

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

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

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

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