#b8a941

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

Shades of Brass #B8A941

Tints of Brass #B8A941

Color information

#B8A941 (or 0xB8A941) is unknown color: approx Brass. HEX triplet: B8, A9 and 41. RGB value is (184,169,65). Sum of RGB (Red+Green+Blue) = 184+169+65=418 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.02% from 418); Green value is 169 (66.41% from 255 or 40.43% from 418); Blue value is 65 (25.78% from 255 or 15.55% from 418); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A941 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8A941 is #4756BE. Grayscale: #A2A2A2. Windows color (decimal): -4675263 or 4303288. OLE color: 4303288.

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

Color convert

RGB18416965-
CMYK00.080.650.28
HSL52.44º47.79%48.82%-
HSV(B)52.44º64.67%72.16%-
XYZ34.9138.9510.68-
YUV161.6373.47143.96-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.02%
GREEN value IS 169 (66.41% from 255) = 40.43%
BLUE value IS 65 (25.78% from 255) = 15.55%
R=44.02%
G=40.43%
B=15.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.65
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841696500.080.650.2852.4447.7948.82
HexB8A94108411C343031
Octal27025110101010134646061
Binary1011100010101001100000101000100000111100110100110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b8a941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b8a941; }

 p { color: rgb(184,169,65); }

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

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

 a { background-color: rgb(184,169,65); }

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

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

 span { border-color: rgb(184,169,65); }

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