Html Css Color HEX #B71960 Jazzberry Jam

📋 copy color: '#B71960'

red 183 ◦ green 25 ◦ blue 96

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

Shades of Jazzberry Jam #B71960

Tints of Jazzberry Jam #B71960

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 31.58%

R = 60.2%
G = 8.22%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.48

 K value IS 0.28

RGB Variations

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

Color information

#B71960 (or 0xB71960) is known color: Jazzberry Jam. HEX triplet: B7, 19 and 60. RGB value is (183,25,96). Sum of RGB (Red+Green+Blue) = 183+25+96=304 (40% of max value = 765). Red value is 183 (71.88% from 255 or 60.20% from 304); Green value is 25 (10.16% from 255 or 8.22% from 304); Blue value is 96 (37.89% from 255 or 31.58% from 304); Max value from RGB is 183 - color contains mainly: red. Hex color #B71960 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B71960 is #48E69F. Grayscale: #505050. Windows color (decimal): -4777632 or 6298039. OLE color: 6298039.

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

Color convert

RGB 183 25 96 -
CMYK 0 0.86 0.48 0.28
HSL 333.04º 0.76% 0.41% -
HSV(B) 333.04º 0.86% 0.72% -
XYZ 21.99 11.61 12.15 -
YUV 80.34 136.85 201.23 -
System Red Green Blue C M Y K H S L
Decimal 183 25 96 0 0.86 0.48 0.28 333.04 0.76 0.41
Hex B7 19 60 0 56 30 1C 14D 4C 29
Octal 267 31 140 0 126 60 34 515 114 51
Binary 10110111 11001 1100000 0 1010110 110000 11100 101001101 1001100 101001

Color Harmonies of #B71960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71960

Black with #B71960

Text Example


Text Example

White with #B71960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71960; }

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

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

background-color css

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

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

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

border-color css

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

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

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