Html Css Color HEX #B71565 Jazzberry Jam

📋 copy color: '#B71565'

red 183 ◦ green 21 ◦ blue 101

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

Shades of Jazzberry Jam #B71565

Tints of Jazzberry Jam #B71565

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.89%

 BLUE value IS 101 (39.84% from 255) = 33.11%

R = 60%
G = 6.89%
B = 33.11%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.45

 K value IS 0.28

RGB Variations

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

Color information

#B71565 (or 0xB71565) is known color: Jazzberry Jam. HEX triplet: B7, 15 and 65. RGB value is (183,21,101). Sum of RGB (Red+Green+Blue) = 183+21+101=305 (40% of max value = 765). Red value is 183 (71.88% from 255 or 60% from 305); Green value is 21 (8.59% from 255 or 6.89% from 305); Blue value is 101 (39.84% from 255 or 33.11% from 305); Max value from RGB is 183 - color contains mainly: red. Hex color #B71565 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B71565 is #48EA9A. Grayscale: #4E4E4E. Windows color (decimal): -4778651 or 6624695. OLE color: 6624695.

HSL color Cylindrical-coordinate representation of color #B71565: hue angle of 330.37º degrees, saturation: 0.79, 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 #B71565 is Cyan = 0, Magento = 0.89, Yellow = 0.45 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 21 101 -
CMYK 0 0.89 0.45 0.28
HSL 330.37º 0.79% 0.4% -
HSV(B) 330.37º 0.89% 0.72% -
XYZ 22.15 11.54 13.37 -
YUV 78.56 140.67 202.5 -
System Red Green Blue C M Y K H S L
Decimal 183 21 101 0 0.89 0.45 0.28 330.37 0.79 0.4
Hex B7 15 65 0 59 2D 1C 14A 4F 28
Octal 267 25 145 0 131 55 34 512 117 50
Binary 10110111 10101 1100101 0 1011001 101101 11100 101001010 1001111 101000

Color Harmonies of #B71565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71565

Black with #B71565

Text Example


Text Example

White with #B71565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71565; }

 p { color: rgb(183,21,101); }

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

background-color css

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

 a { background-color: rgb(183,21,101); }

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

border-color css

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

 span { border-color: rgb(183,21,101); }

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