Html Css Color HEX #B71364 Jazzberry Jam

📋 copy color: '#B71364'

red 183 ◦ green 19 ◦ blue 100

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

Shades of Jazzberry Jam #B71364

Tints of Jazzberry Jam #B71364

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.29%

 BLUE value IS 100 (39.45% from 255) = 33.11%

R = 60.6%
G = 6.29%
B = 33.11%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.45

 K value IS 0.28

RGB Variations

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

Color information

#B71364 (or 0xB71364) is known color: Jazzberry Jam. HEX triplet: B7, 13 and 64. RGB value is (183,19,100). Sum of RGB (Red+Green+Blue) = 183+19+100=302 (40% of max value = 765). Red value is 183 (71.88% from 255 or 60.60% from 302); Green value is 19 (7.81% from 255 or 6.29% from 302); Blue value is 100 (39.45% from 255 or 33.11% from 302); Max value from RGB is 183 - color contains mainly: red. Hex color #B71364 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B71364 is #48EC9B. Grayscale: #4D4D4D. Windows color (decimal): -4779164 or 6558647. OLE color: 6558647.

HSL color Cylindrical-coordinate representation of color #B71364: hue angle of 330.37º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B71364 is Cyan = 0, Magento = 0.90, Yellow = 0.45 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 19 100 -
CMYK 0 0.90 0.45 0.28
HSL 330.37º 0.81% 0.4% -
HSV(B) 330.37º 0.9% 0.72% -
XYZ 22.06 11.45 13.1 -
YUV 77.27 140.83 203.41 -
System Red Green Blue C M Y K H S L
Decimal 183 19 100 0 0.90 0.45 0.28 330.37 0.81 0.4
Hex B7 13 64 0 5A 2D 1C 14A 51 28
Octal 267 23 144 0 132 55 34 512 121 50
Binary 10110111 10011 1100100 0 1011010 101101 11100 101001010 1010001 101000

Color Harmonies of #B71364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71364

Black with #B71364

Text Example


Text Example

White with #B71364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71364; }

 p { color: rgb(183,19,100); }

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

background-color css

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

 a { background-color: rgb(183,19,100); }

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

border-color css

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

 span { border-color: rgb(183,19,100); }

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