Html Css Color HEX #B71B68 Jazzberry Jam

📋 copy color: '#B71B68'

red 183 ◦ green 27 ◦ blue 104

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

Shades of Jazzberry Jam #B71B68

Tints of Jazzberry Jam #B71B68

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.6%

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

R = 58.28%
G = 8.6%
B = 33.12%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.43

 K value IS 0.28

RGB Variations

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

Color information

#B71B68 (or 0xB71B68) is known color: Jazzberry Jam. HEX triplet: B7, 1B and 68. RGB value is (183,27,104). Sum of RGB (Red+Green+Blue) = 183+27+104=314 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.28% from 314); Green value is 27 (10.94% from 255 or 8.60% from 314); Blue value is 104 (41.02% from 255 or 33.12% from 314); Max value from RGB is 183 - color contains mainly: red. Hex color #B71B68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B71B68 is #48E497. Grayscale: #525252. Windows color (decimal): -4777112 or 6822839. OLE color: 6822839.

HSL color Cylindrical-coordinate representation of color #B71B68: hue angle of 330.38º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B71B68 is Cyan = 0, Magento = 0.85, Yellow = 0.43 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 27 104 -
CMYK 0 0.85 0.43 0.28
HSL 330.38º 0.74% 0.41% -
HSV(B) 330.38º 0.85% 0.72% -
XYZ 22.42 11.85 14.2 -
YUV 82.42 140.18 199.74 -
System Red Green Blue C M Y K H S L
Decimal 183 27 104 0 0.85 0.43 0.28 330.38 0.74 0.41
Hex B7 1B 68 0 55 2B 1C 14A 4A 29
Octal 267 33 150 0 125 53 34 512 112 51
Binary 10110111 11011 1101000 0 1010101 101011 11100 101001010 1001010 101001

Color Harmonies of #B71B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71B68

Black with #B71B68

Text Example


Text Example

White with #B71B68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71B68; }

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

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

background-color css

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

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

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

border-color css

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

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

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