#B8B337

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

Shades of Brass #B8B337

Tints of Brass #B8B337

Color information

#B8B337 (or 0xB8B337) is unknown color: approx Brass. HEX triplet: B8, B3 and 37. RGB value is (184,179,55). Sum of RGB (Red+Green+Blue) = 184+179+55=418 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.02% from 418); Green value is 179 (70.31% from 255 or 42.82% from 418); Blue value is 55 (21.88% from 255 or 13.16% from 418); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B337 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8B337 is #474CC8. Grayscale: #A6A6A6. Windows color (decimal): -4672713 or 3650488. OLE color: 3650488.

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

Color convert

RGB18417955-
CMYK00.030.700.28
HSL57.67º53.97%46.86%-
HSV(B)57.67º70.11%72.16%-
XYZ36.5842.719.93-
YUV166.3665.16140.58-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.02%
GREEN value IS 179 (70.31% from 255) = 42.82%
BLUE value IS 55 (21.88% from 255) = 13.16%
R=44.02%
G=42.82%
B=13.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.70
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841795500.030.700.2857.6753.9746.86
HexB8B33703461C3a362f
Octal270263670310634726657
Binary1011100010110011110111011100011011100111010110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8B337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8B337; }

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

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

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

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

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

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

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

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