Html Css Color HEX #B71760 Jazzberry Jam

📋 copy color: '#B71760'

red 183 ◦ green 23 ◦ blue 96

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

Shades of Jazzberry Jam #B71760

Tints of Jazzberry Jam #B71760

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.62%

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

R = 60.6%
G = 7.62%
B = 31.79%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.48

 K value IS 0.28

RGB Variations

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

Color information

#B71760 (or 0xB71760) is known color: Jazzberry Jam. HEX triplet: B7, 17 and 60. RGB value is (183,23,96). Sum of RGB (Red+Green+Blue) = 183+23+96=302 (40% of max value = 765). Red value is 183 (71.88% from 255 or 60.60% from 302); Green value is 23 (9.38% from 255 or 7.62% from 302); Blue value is 96 (37.89% from 255 or 31.79% from 302); Max value from RGB is 183 - color contains mainly: red. Hex color #B71760 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B71760 is #48E89F. Grayscale: #4F4F4F. Windows color (decimal): -4778144 or 6297527. OLE color: 6297527.

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

Color convert

RGB 183 23 96 -
CMYK 0 0.87 0.48 0.28
HSL 332.63º 0.78% 0.4% -
HSV(B) 332.63º 0.87% 0.72% -
XYZ 21.95 11.52 12.13 -
YUV 79.16 137.51 202.06 -
System Red Green Blue C M Y K H S L
Decimal 183 23 96 0 0.87 0.48 0.28 332.63 0.78 0.4
Hex B7 17 60 0 57 30 1C 14D 4E 28
Octal 267 27 140 0 127 60 34 515 116 50
Binary 10110111 10111 1100000 0 1010111 110000 11100 101001101 1001110 101000

Color Harmonies of #B71760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71760

Black with #B71760

Text Example


Text Example

White with #B71760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71760; }

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

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

background-color css

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

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

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

border-color css

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

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

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