Html Css Color HEX #B11565 Jazzberry Jam

📋 copy color: '#B11565'

red 177 ◦ green 21 ◦ blue 101

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

Shades of Jazzberry Jam #B11565

Tints of Jazzberry Jam #B11565

RGB

 RED value IS 177 (69.53% from 255) = 59.2%

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

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

R = 59.2%
G = 7.02%
B = 33.78%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.43

 K value IS 0.31

RGB Variations

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

Color information

#B11565 (or 0xB11565) is known color: Jazzberry Jam. HEX triplet: B1, 15 and 65. RGB value is (177,21,101). Sum of RGB (Red+Green+Blue) = 177+21+101=299 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59.20% from 299); Green value is 21 (8.59% from 255 or 7.02% from 299); Blue value is 101 (39.84% from 255 or 33.78% from 299); Max value from RGB is 177 - color contains mainly: red. Hex color #B11565 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B11565 is #4EEA9A. Grayscale: #4C4C4C. Windows color (decimal): -5171867 or 6624689. OLE color: 6624689.

HSL color Cylindrical-coordinate representation of color #B11565: hue angle of 329.23º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B11565 is Cyan = 0, Magento = 0.88, Yellow = 0.43 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 21 101 -
CMYK 0 0.88 0.43 0.31
HSL 329.23º 0.79% 0.39% -
HSV(B) 329.23º 0.88% 0.69% -
XYZ 20.75 10.82 13.31 -
YUV 76.76 141.68 199.5 -
System Red Green Blue C M Y K H S L
Decimal 177 21 101 0 0.88 0.43 0.31 329.23 0.79 0.39
Hex B1 15 65 0 58 2B 1F 149 4F 27
Octal 261 25 145 0 130 53 37 511 117 47
Binary 10110001 10101 1100101 0 1011000 101011 11111 101001001 1001111 100111

Color Harmonies of #B11565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11565

Black with #B11565

Text Example


Text Example

White with #B11565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11565; }

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

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

background-color css

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

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

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

border-color css

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

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

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