#B8B439

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

Shades of Brass #B8B439

Tints of Brass #B8B439

Color information

#B8B439 (or 0xB8B439) is unknown color: approx Brass. HEX triplet: B8, B4 and 39. RGB value is (184,180,57). Sum of RGB (Red+Green+Blue) = 184+180+57=421 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.71% from 421); Green value is 180 (70.70% from 255 or 42.76% from 421); Blue value is 57 (22.66% from 255 or 13.54% from 421); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B439 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8B439 is #474BC6. Grayscale: #A7A7A7. Windows color (decimal): -4672455 or 3781816. OLE color: 3781816.

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

Color convert

RGB18418057-
CMYK00.020.690.28
HSL58.11º52.7%47.25%-
HSV(B)58.11º69.02%72.16%-
XYZ36.8343.1310.25-
YUV167.1765.83140-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 43.71%
GREEN value IS 180 (70.70% from 255) = 42.76%
BLUE value IS 57 (22.66% from 255) = 13.54%
R=43.71%
G=42.76%
B=13.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.69
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841805700.020.690.2858.1152.747.25
HexB8B43902451C3a352f
Octal270264710210534726557
Binary1011100010110100111001010100010111100111010110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8B439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8B439; }

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

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

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

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

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

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

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

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