#B8A43C

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

Shades of Brass #B8A43C

Tints of Brass #B8A43C

Color information

#B8A43C (or 0xB8A43C) is unknown color: approx Brass. HEX triplet: B8, A4 and 3C. RGB value is (184,164,60). Sum of RGB (Red+Green+Blue) = 184+164+60=408 (54% of max value = 765). Red value is 184 (72.27% from 255 or 45.10% from 408); Green value is 164 (64.45% from 255 or 40.20% from 408); Blue value is 60 (23.83% from 255 or 14.71% from 408); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A43C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8A43C is #475BC3. Grayscale: #9E9E9E. Windows color (decimal): -4676548 or 3974328. OLE color: 3974328.

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

Color convert

RGB18416460-
CMYK00.110.670.28
HSL50.32º50.82%47.84%-
HSV(B)50.32º67.39%72.16%-
XYZ33.8637.079.65-
YUV158.1272.63146.46-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 45.10%
GREEN value IS 164 (64.45% from 255) = 40.20%
BLUE value IS 60 (23.83% from 255) = 14.71%
R=45.10%
G=40.20%
B=14.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.67
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841646000.110.670.2850.3250.8247.84
HexB8A43C0B431C323330
Octal2702447401310334626360
Binary101110001010010011110001011100001111100110010110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8A43C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8A43C; }

 p { color: rgb(184,164,60); }

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

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

 a { background-color: rgb(184,164,60); }

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

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

 span { border-color: rgb(184,164,60); }

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