Html Css Color HEX #B11564 Jazzberry Jam

📋 copy color: '#B11564'

red 177 ◦ green 21 ◦ blue 100

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

Shades of Jazzberry Jam #B11564

Tints of Jazzberry Jam #B11564

RGB

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

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

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

R = 59.4%
G = 7.05%
B = 33.56%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.44

 K value IS 0.31

RGB Variations

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

Color information

#B11564 (or 0xB11564) is known color: Jazzberry Jam. HEX triplet: B1, 15 and 64. RGB value is (177,21,100). Sum of RGB (Red+Green+Blue) = 177+21+100=298 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59.40% from 298); Green value is 21 (8.59% from 255 or 7.05% from 298); Blue value is 100 (39.45% from 255 or 33.56% from 298); Max value from RGB is 177 - color contains mainly: red. Hex color #B11564 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B11564 is #4EEA9B. Grayscale: #4C4C4C. Windows color (decimal): -5171868 or 6559153. OLE color: 6559153.

HSL color Cylindrical-coordinate representation of color #B11564: hue angle of 329.62º 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 #B11564 is Cyan = 0, Magento = 0.88, Yellow = 0.44 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 21 100 -
CMYK 0 0.88 0.44 0.31
HSL 329.62º 0.79% 0.39% -
HSV(B) 329.62º 0.88% 0.69% -
XYZ 20.7 10.8 13.05 -
YUV 76.65 141.18 199.58 -
System Red Green Blue C M Y K H S L
Decimal 177 21 100 0 0.88 0.44 0.31 329.62 0.79 0.39
Hex B1 15 64 0 58 2C 1F 14A 4F 27
Octal 261 25 144 0 130 54 37 512 117 47
Binary 10110001 10101 1100100 0 1011000 101100 11111 101001010 1001111 100111

Color Harmonies of #B11564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11564

Black with #B11564

Text Example


Text Example

White with #B11564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11564; }

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

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

background-color css

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

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

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

border-color css

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

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

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