#B80866

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

Shades of Jazzberry Jam #B80866

Tints of Jazzberry Jam #B80866

Color information

#B80866 (or 0xB80866) is unknown color: approx Jazzberry Jam. HEX triplet: B8, 08 and 66. RGB value is (184,8,102). Sum of RGB (Red+Green+Blue) = 184+8+102=294 (38% of max value = 765). Red value is 184 (72.27% from 255 or 62.59% from 294); Green value is 8 (3.52% from 255 or 2.72% from 294); Blue value is 102 (40.23% from 255 or 34.69% from 294); Max value from RGB is 184 - color contains mainly: red. Hex color #B80866 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80866 is #47F799. Grayscale: #474747. Windows color (decimal): -4716442 or 6686904. OLE color: 6686904.

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

Color convert

RGB1848102-
CMYK00.960.450.28
HSL327.95º91.67%37.65%-
HSV(B)327.95º95.65%72.16%-
XYZ22.2511.3213.58-
YUV71.34145.31208.36-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 62.59%
GREEN value IS 8 (3.52% from 255) = 2.72%
BLUE value IS 102 (40.23% from 255) = 34.69%
R=62.59%
G=2.72%
B=34.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.45
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184810200.960.450.28327.9591.6737.65
HexB88660602D1C1485c26
Octal270101460140553451013446
Binary101110001000110011001100000101101111001010010001011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B80866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B80866; }

 p { color: rgb(184,8,102); }

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

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

 a { background-color: rgb(184,8,102); }

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

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

 span { border-color: rgb(184,8,102); }

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