#B71069

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

Shades of Jazzberry Jam #B71069

Tints of Jazzberry Jam #B71069

Color information

#B71069 (or 0xB71069) is unknown color: approx Jazzberry Jam. HEX triplet: B7, 10 and 69. RGB value is (183,16,105). Sum of RGB (Red+Green+Blue) = 183+16+105=304 (40% of max value = 765). Red value is 183 (71.88% from 255 or 60.20% from 304); Green value is 16 (6.64% from 255 or 5.26% from 304); Blue value is 105 (41.41% from 255 or 34.54% from 304); Max value from RGB is 183 - color contains mainly: red. Hex color #B71069 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B71069 is #48EF96. Grayscale: #4B4B4B. Windows color (decimal): -4779927 or 6885559. OLE color: 6885559.

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

Color convert

RGB18316105-
CMYK00.910.430.28
HSL328.02º83.92%39.02%-
HSV(B)328.02º91.26%71.76%-
XYZ22.2611.4614.4-
YUV76.08144.33204.26-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 60.20%
GREEN value IS 16 (6.64% from 255) = 5.26%
BLUE value IS 105 (41.41% from 255) = 34.54%
R=60.20%
G=5.26%
B=34.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.43
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831610500.910.430.28328.0283.9239.02
HexB7106905B2B1C1485427
Octal267201510133533451012447
Binary1011011110000110100101011011101011111001010010001010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B71069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B71069; }

 p { color: rgb(183,16,105); }

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

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

 a { background-color: rgb(183,16,105); }

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

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

 span { border-color: rgb(183,16,105); }

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