#B7026C

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

Shades of Jazzberry Jam #B7026C

Tints of Jazzberry Jam #B7026C

Color information

#B7026C (or 0xB7026C) is unknown color: approx Jazzberry Jam. HEX triplet: B7, 02 and 6C. RGB value is (183,2,108). Sum of RGB (Red+Green+Blue) = 183+2+108=293 (38% of max value = 765). Red value is 183 (71.88% from 255 or 62.46% from 293); Green value is 2 (1.17% from 255 or 0.68% from 293); Blue value is 108 (42.58% from 255 or 36.86% from 293); Max value from RGB is 183 - color contains mainly: red. Hex color #B7026C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B7026C is #48FD93. Grayscale: #434343. Windows color (decimal): -4783508 or 7078583. OLE color: 7078583.

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

Color convert

RGB1832108-
CMYK00.990.410.28
HSL324.86º97.84%36.27%-
HSV(B)324.86º98.91%71.76%-
XYZ22.2611.1915.17-
YUV68.2150.47209.88-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 62.46%
GREEN value IS 2 (1.17% from 255) = 0.68%
BLUE value IS 108 (42.58% from 255) = 36.86%
R=62.46%
G=0.68%
B=36.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.41
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183210800.990.410.28324.8697.8436.27
HexB726C063291C1456224
Octal26721540143513450514244
Binary1011011110110110001100011101001111001010001011100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7026C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7026C; }

 p { color: rgb(183,2,108); }

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

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

 a { background-color: rgb(183,2,108); }

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

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

 span { border-color: rgb(183,2,108); }

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