#B8B437

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

Shades of Brass #B8B437

Tints of Brass #B8B437

Color information

#B8B437 (or 0xB8B437) is unknown color: approx Brass. HEX triplet: B8, B4 and 37. RGB value is (184,180,55). Sum of RGB (Red+Green+Blue) = 184+180+55=419 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.91% from 419); Green value is 180 (70.70% from 255 or 42.96% from 419); Blue value is 55 (21.88% from 255 or 13.13% from 419); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B437 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8B437 is #474BC8. Grayscale: #A7A7A7. Windows color (decimal): -4672457 or 3650744. OLE color: 3650744.

HSL color Cylindrical-coordinate representation of color #B8B437: hue angle of 58.14º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B8B437 is Cyan = 0, Magento = 0.02, Yellow = 0.70 and Black (K on CMYK) = 0.28.

Color convert

RGB18418055-
CMYK00.020.700.28
HSL58.14º53.97%46.86%-
HSV(B)58.14º70.11%72.16%-
XYZ36.7843.1110-
YUV166.9564.83140.16-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 43.91%
GREEN value IS 180 (70.70% from 255) = 42.96%
BLUE value IS 55 (21.88% from 255) = 13.13%
R=43.91%
G=42.96%
B=13.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.70
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841805500.020.700.2858.1453.9746.86
HexB8B43702461C3a362f
Octal270264670210634726657
Binary1011100010110100110111010100011011100111010110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8B437

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8B437; }

 p { color: rgb(184,180,55); }

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

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

 a { background-color: rgb(184,180,55); }

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

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

 span { border-color: rgb(184,180,55); }

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