Html Css Color HEX #B71966 Jazzberry Jam

📋 copy color: '#B71966'

red 183 ◦ green 25 ◦ blue 102

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

Shades of Jazzberry Jam #B71966

Tints of Jazzberry Jam #B71966

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.06%

 BLUE value IS 102 (40.23% from 255) = 32.9%

R = 59.03%
G = 8.06%
B = 32.9%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.44

 K value IS 0.28

RGB Variations

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

Color information

#B71966 (or 0xB71966) is known color: Jazzberry Jam. HEX triplet: B7, 19 and 66. RGB value is (183,25,102). Sum of RGB (Red+Green+Blue) = 183+25+102=310 (41% of max value = 765). Red value is 183 (71.88% from 255 or 59.03% from 310); Green value is 25 (10.16% from 255 or 8.06% from 310); Blue value is 102 (40.23% from 255 or 32.90% from 310); Max value from RGB is 183 - color contains mainly: red. Hex color #B71966 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B71966 is #48E699. Grayscale: #505050. Windows color (decimal): -4777626 or 6691255. OLE color: 6691255.

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

Color convert

RGB 183 25 102 -
CMYK 0 0.86 0.44 0.28
HSL 330.76º 0.76% 0.41% -
HSV(B) 330.76º 0.86% 0.72% -
XYZ 22.27 11.72 13.66 -
YUV 81.02 139.85 200.74 -
System Red Green Blue C M Y K H S L
Decimal 183 25 102 0 0.86 0.44 0.28 330.76 0.76 0.41
Hex B7 19 66 0 56 2C 1C 14B 4C 29
Octal 267 31 146 0 126 54 34 513 114 51
Binary 10110111 11001 1100110 0 1010110 101100 11100 101001011 1001100 101001

Color Harmonies of #B71966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71966

Black with #B71966

Text Example


Text Example

White with #B71966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71966; }

 p { color: rgb(183,25,102); }

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

background-color css

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

 a { background-color: rgb(183,25,102); }

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

border-color css

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

 span { border-color: rgb(183,25,102); }

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