Html Css Color HEX #B71768 Jazzberry Jam

📋 copy color: '#B71768'

red 183 ◦ green 23 ◦ blue 104

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

Shades of Jazzberry Jam #B71768

Tints of Jazzberry Jam #B71768

RGB

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

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

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

R = 59.03%
G = 7.42%
B = 33.55%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.43

 K value IS 0.28

RGB Variations

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

Color information

#B71768 (or 0xB71768) is known color: Jazzberry Jam. HEX triplet: B7, 17 and 68. RGB value is (183,23,104). Sum of RGB (Red+Green+Blue) = 183+23+104=310 (41% of max value = 765). Red value is 183 (71.88% from 255 or 59.03% from 310); Green value is 23 (9.38% from 255 or 7.42% from 310); Blue value is 104 (41.02% from 255 or 33.55% from 310); Max value from RGB is 183 - color contains mainly: red. Hex color #B71768 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B71768 is #48E897. Grayscale: #4F4F4F. Windows color (decimal): -4778136 or 6821815. OLE color: 6821815.

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

Color convert

RGB 183 23 104 -
CMYK 0 0.87 0.43 0.28
HSL 329.63º 0.78% 0.4% -
HSV(B) 329.63º 0.87% 0.72% -
XYZ 22.33 11.68 14.17 -
YUV 80.07 141.51 201.41 -
System Red Green Blue C M Y K H S L
Decimal 183 23 104 0 0.87 0.43 0.28 329.63 0.78 0.4
Hex B7 17 68 0 57 2B 1C 14A 4E 28
Octal 267 27 150 0 127 53 34 512 116 50
Binary 10110111 10111 1101000 0 1010111 101011 11100 101001010 1001110 101000

Color Harmonies of #B71768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71768

Black with #B71768

Text Example


Text Example

White with #B71768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71768; }

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

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

background-color css

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

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

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

border-color css

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

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

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