Html Css Color HEX #B71463 Jazzberry Jam

📋 copy color: '#B71463'

red 183 ◦ green 20 ◦ blue 99

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

Shades of Jazzberry Jam #B71463

Tints of Jazzberry Jam #B71463

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.62%

 BLUE value IS 99 (39.06% from 255) = 32.78%

R = 60.6%
G = 6.62%
B = 32.78%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.46

 K value IS 0.28

RGB Variations

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

Color information

#B71463 (or 0xB71463) is known color: Jazzberry Jam. HEX triplet: B7, 14 and 63. RGB value is (183,20,99). Sum of RGB (Red+Green+Blue) = 183+20+99=302 (40% of max value = 765). Red value is 183 (71.88% from 255 or 60.60% from 302); Green value is 20 (8.20% from 255 or 6.62% from 302); Blue value is 99 (39.06% from 255 or 32.78% from 302); Max value from RGB is 183 - color contains mainly: red. Hex color #B71463 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B71463 is #48EB9C. Grayscale: #4D4D4D. Windows color (decimal): -4778909 or 6493367. OLE color: 6493367.

HSL color Cylindrical-coordinate representation of color #B71463: hue angle of 330.92º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B71463 is Cyan = 0, Magento = 0.89, Yellow = 0.46 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 20 99 -
CMYK 0 0.89 0.46 0.28
HSL 330.92º 0.8% 0.4% -
HSV(B) 330.92º 0.89% 0.72% -
XYZ 22.03 11.47 12.86 -
YUV 77.74 140 203.08 -
System Red Green Blue C M Y K H S L
Decimal 183 20 99 0 0.89 0.46 0.28 330.92 0.8 0.4
Hex B7 14 63 0 59 2E 1C 14B 50 28
Octal 267 24 143 0 131 56 34 513 120 50
Binary 10110111 10100 1100011 0 1011001 101110 11100 101001011 1010000 101000

Color Harmonies of #B71463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71463

Black with #B71463

Text Example


Text Example

White with #B71463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71463; }

 p { color: rgb(183,20,99); }

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

background-color css

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

 a { background-color: rgb(183,20,99); }

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

border-color css

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

 span { border-color: rgb(183,20,99); }

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