Html Css Color HEX #B71160 Jazzberry Jam

📋 copy color: '#B71160'

red 183 ◦ green 17 ◦ blue 96

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

Shades of Jazzberry Jam #B71160

Tints of Jazzberry Jam #B71160

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.74%

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

R = 61.82%
G = 5.74%
B = 32.43%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.48

 K value IS 0.28

RGB Variations

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

Color information

#B71160 (or 0xB71160) is known color: Jazzberry Jam. HEX triplet: B7, 11 and 60. RGB value is (183,17,96). Sum of RGB (Red+Green+Blue) = 183+17+96=296 (39% of max value = 765). Red value is 183 (71.88% from 255 or 61.82% from 296); Green value is 17 (7.03% from 255 or 5.74% from 296); Blue value is 96 (37.89% from 255 or 32.43% from 296); Max value from RGB is 183 - color contains mainly: red. Hex color #B71160 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B71160 is #48EE9F. Grayscale: #4B4B4B. Windows color (decimal): -4779680 or 6295991. OLE color: 6295991.

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

Color convert

RGB 183 17 96 -
CMYK 0 0.91 0.48 0.28
HSL 331.45º 0.83% 0.39% -
HSV(B) 331.45º 0.91% 0.72% -
XYZ 21.84 11.31 12.1 -
YUV 75.64 139.5 204.58 -
System Red Green Blue C M Y K H S L
Decimal 183 17 96 0 0.91 0.48 0.28 331.45 0.83 0.39
Hex B7 11 60 0 5B 30 1C 14B 53 27
Octal 267 21 140 0 133 60 34 513 123 47
Binary 10110111 10001 1100000 0 1011011 110000 11100 101001011 1010011 100111

Color Harmonies of #B71160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71160

Black with #B71160

Text Example


Text Example

White with #B71160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71160; }

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

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

background-color css

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

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

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

border-color css

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

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

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