#B8A13E

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

Shades of Brass #B8A13E

Tints of Brass #B8A13E

Color information

#B8A13E (or 0xB8A13E) is unknown color: approx Brass. HEX triplet: B8, A1 and 3E. RGB value is (184,161,62). Sum of RGB (Red+Green+Blue) = 184+161+62=407 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.21% from 407); Green value is 161 (63.28% from 255 or 39.56% from 407); Blue value is 62 (24.61% from 255 or 15.23% from 407); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A13E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8A13E is #475EC1. Grayscale: #9D9D9D. Windows color (decimal): -4677314 or 4104632. OLE color: 4104632.

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

Color convert

RGB18416162-
CMYK00.120.660.28
HSL48.69º49.59%48.24%-
HSV(B)48.69º66.3%72.16%-
XYZ33.3836.039.75-
YUV156.5974.62147.55-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 45.21%
GREEN value IS 161 (63.28% from 255) = 39.56%
BLUE value IS 62 (24.61% from 255) = 15.23%
R=45.21%
G=39.56%
B=15.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.66
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841616200.120.660.2848.6949.5948.24
HexB8A13E0C421C313230
Octal2702417601410234616260
Binary101110001010000111111001100100001011100110001110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8A13E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8A13E; }

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

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

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

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

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

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

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

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