Html Css Color HEX #B71E66 Jazzberry Jam

📋 copy color: '#B71E66'

red 183 ◦ green 30 ◦ blue 102

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

Shades of Jazzberry Jam #B71E66

Tints of Jazzberry Jam #B71E66

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.52%

 BLUE value IS 102 (40.23% from 255) = 32.38%

R = 58.1%
G = 9.52%
B = 32.38%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.44

 K value IS 0.28

RGB Variations

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

Color information

#B71E66 (or 0xB71E66) is known color: Jazzberry Jam. HEX triplet: B7, 1E and 66. RGB value is (183,30,102). Sum of RGB (Red+Green+Blue) = 183+30+102=315 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.10% from 315); Green value is 30 (12.11% from 255 or 9.52% from 315); Blue value is 102 (40.23% from 255 or 32.38% from 315); Max value from RGB is 183 - color contains mainly: red. Hex color #B71E66 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B71E66 is #48E199. Grayscale: #535353. Windows color (decimal): -4776346 or 6692535. OLE color: 6692535.

HSL color Cylindrical-coordinate representation of color #B71E66: hue angle of 331.76º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B71E66 is Cyan = 0, Magento = 0.84, Yellow = 0.44 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 30 102 -
CMYK 0 0.84 0.44 0.28
HSL 331.76º 0.72% 0.42% -
HSV(B) 331.76º 0.84% 0.72% -
XYZ 22.39 11.96 13.7 -
YUV 83.96 138.19 198.65 -
System Red Green Blue C M Y K H S L
Decimal 183 30 102 0 0.84 0.44 0.28 331.76 0.72 0.42
Hex B7 1E 66 0 54 2C 1C 14C 48 2A
Octal 267 36 146 0 124 54 34 514 110 52
Binary 10110111 11110 1100110 0 1010100 101100 11100 101001100 1001000 101010

Color Harmonies of #B71E66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71E66

Black with #B71E66

Text Example


Text Example

White with #B71E66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71E66; }

 p { color: rgb(183,30,102); }

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

background-color css

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

 a { background-color: rgb(183,30,102); }

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

border-color css

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

 span { border-color: rgb(183,30,102); }

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