#B8086D

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

Shades of Jazzberry Jam #B8086D

Tints of Jazzberry Jam #B8086D

Color information

#B8086D (or 0xB8086D) is unknown color: approx Jazzberry Jam. HEX triplet: B8, 08 and 6D. RGB value is (184,8,109). Sum of RGB (Red+Green+Blue) = 184+8+109=301 (39% of max value = 765). Red value is 184 (72.27% from 255 or 61.13% from 301); Green value is 8 (3.52% from 255 or 2.66% from 301); Blue value is 109 (42.97% from 255 or 36.21% from 301); Max value from RGB is 184 - color contains mainly: red. Hex color #B8086D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B8086D is #47F792. Grayscale: #474747. Windows color (decimal): -4716435 or 7145656. OLE color: 7145656.

HSL color Cylindrical-coordinate representation of color #B8086D: hue angle of 325.57º 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 #B8086D is Cyan = 0, Magento = 0.96, Yellow = 0.41 and Black (K on CMYK) = 0.28.

Color convert

RGB1848109-
CMYK00.960.410.28
HSL325.57º91.67%37.65%-
HSV(B)325.57º95.65%72.16%-
XYZ22.6111.4715.49-
YUV72.14148.81207.79-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 61.13%
GREEN value IS 8 (3.52% from 255) = 2.66%
BLUE value IS 109 (42.97% from 255) = 36.21%
R=61.13%
G=2.66%
B=36.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.41
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184810900.960.410.28325.5791.6737.65
HexB886D060291C1465c26
Octal270101550140513450613446
Binary101110001000110110101100000101001111001010001101011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8086D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8086D; }

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

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

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

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

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

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

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

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