Html Css Color HEX #B71170 Jazzberry Jam

📋 copy color: '#B71170'

red 183 ◦ green 17 ◦ blue 112

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

Shades of Jazzberry Jam #B71170

Tints of Jazzberry Jam #B71170

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 35.9%

R = 58.65%
G = 5.45%
B = 35.9%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.39

 K value IS 0.28

RGB Variations

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

Color information

#B71170 (or 0xB71170) is known color: Jazzberry Jam. HEX triplet: B7, 11 and 70. RGB value is (183,17,112). Sum of RGB (Red+Green+Blue) = 183+17+112=312 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.65% from 312); Green value is 17 (7.03% from 255 or 5.45% from 312); Blue value is 112 (44.14% from 255 or 35.90% from 312); Max value from RGB is 183 - color contains mainly: red. Hex color #B71170 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B71170 is #48EE8F. Grayscale: #4D4D4D. Windows color (decimal): -4779664 or 7344567. OLE color: 7344567.

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

Color convert

RGB 183 17 112 -
CMYK 0 0.91 0.39 0.28
HSL 325.66º 0.83% 0.39% -
HSV(B) 325.66º 0.91% 0.72% -
XYZ 22.65 11.64 16.38 -
YUV 77.46 147.5 203.28 -
System Red Green Blue C M Y K H S L
Decimal 183 17 112 0 0.91 0.39 0.28 325.66 0.83 0.39
Hex B7 11 70 0 5B 27 1C 146 53 27
Octal 267 21 160 0 133 47 34 506 123 47
Binary 10110111 10001 1110000 0 1011011 100111 11100 101000110 1010011 100111

Color Harmonies of #B71170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71170

Black with #B71170

Text Example


Text Example

White with #B71170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71170; }

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

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

background-color css

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

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

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

border-color css

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

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

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