#B80671

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

Shades of Jazzberry Jam #B80671

Tints of Jazzberry Jam #B80671

Color information

#B80671 (or 0xB80671) is unknown color: approx Jazzberry Jam. HEX triplet: B8, 06 and 71. RGB value is (184,6,113). Sum of RGB (Red+Green+Blue) = 184+6+113=303 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.73% from 303); Green value is 6 (2.73% from 255 or 1.98% from 303); Blue value is 113 (44.53% from 255 or 37.29% from 303); Max value from RGB is 184 - color contains mainly: red. Hex color #B80671 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80671 is #47F98E. Grayscale: #474747. Windows color (decimal): -4716943 or 7407288. OLE color: 7407288.

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

Color convert

RGB1846113-
CMYK00.970.390.28
HSL323.93º93.68%37.25%-
HSV(B)323.93º96.74%72.16%-
XYZ22.8111.5116.64-
YUV71.42151.47208.3-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 60.73%
GREEN value IS 6 (2.73% from 255) = 1.98%
BLUE value IS 113 (44.53% from 255) = 37.29%
R=60.73%
G=1.98%
B=37.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.39
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184611300.970.390.28323.9393.6837.25
HexB8671061271C1445e25
Octal27061610141473450413645
Binary10111000110111000101100001100111111001010001001011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B80671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B80671; }

 p { color: rgb(184,6,113); }

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

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

 a { background-color: rgb(184,6,113); }

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

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

 span { border-color: rgb(184,6,113); }

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