#B80E61

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

Shades of Jazzberry Jam #B80E61

Tints of Jazzberry Jam #B80E61

Color information

#B80E61 (or 0xB80E61) is unknown color: approx Jazzberry Jam. HEX triplet: B8, 0E and 61. RGB value is (184,14,97). Sum of RGB (Red+Green+Blue) = 184+14+97=295 (39% of max value = 765). Red value is 184 (72.27% from 255 or 62.37% from 295); Green value is 14 (5.86% from 255 or 4.75% from 295); Blue value is 97 (38.28% from 255 or 32.88% from 295); Max value from RGB is 184 - color contains mainly: red. Hex color #B80E61 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80E61 is #47F19E. Grayscale: #4A4A4A. Windows color (decimal): -4714911 or 6360760. OLE color: 6360760.

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

Color convert

RGB1841497-
CMYK00.920.470.28
HSL330.71º85.86%38.82%-
HSV(B)330.71º92.39%72.16%-
XYZ22.0811.3712.34-
YUV74.29140.82206.25-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 62.37%
GREEN value IS 14 (5.86% from 255) = 4.75%
BLUE value IS 97 (38.28% from 255) = 32.88%
R=62.37%
G=4.75%
B=32.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.47
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184149700.920.470.28330.7185.8638.82
HexB8E6105C2F1C14b5627
Octal270161410134573451312647
Binary101110001110110000101011100101111111001010010111010110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B80E61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B80E61; }

 p { color: rgb(184,14,97); }

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

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

 a { background-color: rgb(184,14,97); }

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

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

 span { border-color: rgb(184,14,97); }

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