#b8b040

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

Shades of Brass #B8B040

Tints of Brass #B8B040

Color information

#B8B040 (or 0xB8B040) is unknown color: approx Brass. HEX triplet: B8, B0 and 40. RGB value is (184,176,64). Sum of RGB (Red+Green+Blue) = 184+176+64=424 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.40% from 424); Green value is 176 (69.14% from 255 or 41.51% from 424); Blue value is 64 (25.39% from 255 or 15.09% from 424); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B040 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8B040 is #474FBF. Grayscale: #A6A6A6. Windows color (decimal): -4673472 or 4239544. OLE color: 4239544.

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

Color convert

RGB18417664-
CMYK00.040.650.28
HSL56º48.39%48.63%-
HSV(B)56º65.22%72.16%-
XYZ36.2241.6110.97-
YUV165.6270.65141.11-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 43.40%
GREEN value IS 176 (69.14% from 255) = 41.51%
BLUE value IS 64 (25.39% from 255) = 15.09%
R=43.40%
G=41.51%
B=15.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.65
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841766400.040.650.285648.3948.63
HexB8B04004411C383031
Octal2702601000410134706061
Binary101110001011000010000000100100000111100111000110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b8b040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b8b040; }

 p { color: rgb(184,176,64); }

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

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

 a { background-color: rgb(184,176,64); }

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

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

 span { border-color: rgb(184,176,64); }

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