Html Css Color HEX #B71668 Jazzberry Jam

📋 copy color: '#B71668'

red 183 ◦ green 22 ◦ blue 104

#B71668
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jazzberry Jam #B71668

Tints of Jazzberry Jam #B71668

RGB

 RED value IS 183 (71.88% from 255) = 59.22%

 GREEN value IS 22 (8.98% from 255) = 7.12%

 BLUE value IS 104 (41.02% from 255) = 33.66%

R = 59.22%
G = 7.12%
B = 33.66%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.43

 K value IS 0.28

RGB Variations

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

Color information

#B71668 (or 0xB71668) is known color: Jazzberry Jam. HEX triplet: B7, 16 and 68. RGB value is (183,22,104). Sum of RGB (Red+Green+Blue) = 183+22+104=309 (40% of max value = 765). Red value is 183 (71.88% from 255 or 59.22% from 309); Green value is 22 (8.98% from 255 or 7.12% from 309); Blue value is 104 (41.02% from 255 or 33.66% from 309); Max value from RGB is 183 - color contains mainly: red. Hex color #B71668 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B71668 is #48E997. Grayscale: #4F4F4F. Windows color (decimal): -4778392 or 6821559. OLE color: 6821559.

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

Color convert

RGB 183 22 104 -
CMYK 0 0.88 0.43 0.28
HSL 329.44º 0.79% 0.4% -
HSV(B) 329.44º 0.88% 0.72% -
XYZ 22.31 11.64 14.17 -
YUV 79.49 141.84 201.83 -
System Red Green Blue C M Y K H S L
Decimal 183 22 104 0 0.88 0.43 0.28 329.44 0.79 0.4
Hex B7 16 68 0 58 2B 1C 149 4F 28
Octal 267 26 150 0 130 53 34 511 117 50
Binary 10110111 10110 1101000 0 1011000 101011 11100 101001001 1001111 101000

Color Harmonies of #B71668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71668

Black with #B71668

Text Example


Text Example

White with #B71668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71668; }

 p { color: rgb(183,22,104); }

 H1.HeaderClassName
 {
   color: #B71668;
 }
 .AnyTagClassName
 {
   color: #B71668;
 }
</style>

background-color css

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

 a { background-color: rgb(183,22,104); }

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

border-color css

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

 span { border-color: rgb(183,22,104); }

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