#B8195E

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

Shades of Jazzberry Jam #B8195E

Tints of Jazzberry Jam #B8195E

Color information

#B8195E (or 0xB8195E) is unknown color: approx Jazzberry Jam. HEX triplet: B8, 19 and 5E. RGB value is (184,25,94). Sum of RGB (Red+Green+Blue) = 184+25+94=303 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.73% from 303); Green value is 25 (10.16% from 255 or 8.25% from 303); Blue value is 94 (37.11% from 255 or 31.02% from 303); Max value from RGB is 184 - color contains mainly: red. Hex color #B8195E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B8195E is #47E6A1. Grayscale: #505050. Windows color (decimal): -4712098 or 6166968. OLE color: 6166968.

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

Color convert

RGB1842594-
CMYK00.860.490.28
HSL333.96º76.08%40.98%-
HSV(B)333.96º86.41%72.16%-
XYZ22.1411.6911.68-
YUV80.41135.68201.89-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 60.73%
GREEN value IS 25 (10.16% from 255) = 8.25%
BLUE value IS 94 (37.11% from 255) = 31.02%
R=60.73%
G=8.25%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.49
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184259400.860.490.28333.9676.0840.98
HexB8195E056311C14e4c29
Octal270311360126613451611451
Binary1011100011001101111001010110110001111001010011101001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8195E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8195E; }

 p { color: rgb(184,25,94); }

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

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

 a { background-color: rgb(184,25,94); }

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

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

 span { border-color: rgb(184,25,94); }

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