Html Css Color HEX #B71168 Jazzberry Jam

📋 copy color: '#B71168'

red 183 ◦ green 17 ◦ blue 104

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

Shades of Jazzberry Jam #B71168

Tints of Jazzberry Jam #B71168

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 34.21%

R = 60.2%
G = 5.59%
B = 34.21%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.43

 K value IS 0.28

RGB Variations

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

Color information

#B71168 (or 0xB71168) is known color: Jazzberry Jam. HEX triplet: B7, 11 and 68. RGB value is (183,17,104). Sum of RGB (Red+Green+Blue) = 183+17+104=304 (40% of max value = 765). Red value is 183 (71.88% from 255 or 60.20% from 304); Green value is 17 (7.03% from 255 or 5.59% from 304); Blue value is 104 (41.02% from 255 or 34.21% from 304); Max value from RGB is 183 - color contains mainly: red. Hex color #B71168 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B71168 is #48EE97. Grayscale: #4C4C4C. Windows color (decimal): -4779672 or 6820279. OLE color: 6820279.

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

Color convert

RGB 183 17 104 -
CMYK 0 0.91 0.43 0.28
HSL 328.55º 0.83% 0.39% -
HSV(B) 328.55º 0.91% 0.72% -
XYZ 22.23 11.47 14.14 -
YUV 76.55 143.5 203.93 -
System Red Green Blue C M Y K H S L
Decimal 183 17 104 0 0.91 0.43 0.28 328.55 0.83 0.39
Hex B7 11 68 0 5B 2B 1C 149 53 27
Octal 267 21 150 0 133 53 34 511 123 47
Binary 10110111 10001 1101000 0 1011011 101011 11100 101001001 1010011 100111

Color Harmonies of #B71168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71168

Black with #B71168

Text Example


Text Example

White with #B71168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71168; }

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

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

background-color css

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

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

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

border-color css

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

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

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