Html Css Color HEX #B11964 Jazzberry Jam

📋 copy color: '#B11964'

red 177 ◦ green 25 ◦ blue 100

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

Shades of Jazzberry Jam #B11964

Tints of Jazzberry Jam #B11964

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.28%

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

R = 58.61%
G = 8.28%
B = 33.11%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.44

 K value IS 0.31

RGB Variations

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

Color information

#B11964 (or 0xB11964) is known color: Jazzberry Jam. HEX triplet: B1, 19 and 64. RGB value is (177,25,100). Sum of RGB (Red+Green+Blue) = 177+25+100=302 (40% of max value = 765). Red value is 177 (69.53% from 255 or 58.61% from 302); Green value is 25 (10.16% from 255 or 8.28% from 302); Blue value is 100 (39.45% from 255 or 33.11% from 302); Max value from RGB is 177 - color contains mainly: red. Hex color #B11964 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B11964 is #4EE69B. Grayscale: #4E4E4E. Windows color (decimal): -5170844 or 6560177. OLE color: 6560177.

HSL color Cylindrical-coordinate representation of color #B11964: hue angle of 330.39º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B11964 is Cyan = 0, Magento = 0.86, Yellow = 0.44 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 25 100 -
CMYK 0 0.86 0.44 0.31
HSL 330.39º 0.75% 0.4% -
HSV(B) 330.39º 0.86% 0.69% -
XYZ 20.78 10.96 13.08 -
YUV 79 139.86 197.9 -
System Red Green Blue C M Y K H S L
Decimal 177 25 100 0 0.86 0.44 0.31 330.39 0.75 0.4
Hex B1 19 64 0 56 2C 1F 14A 4B 28
Octal 261 31 144 0 126 54 37 512 113 50
Binary 10110001 11001 1100100 0 1010110 101100 11111 101001010 1001011 101000

Color Harmonies of #B11964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11964

Black with #B11964

Text Example


Text Example

White with #B11964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11964; }

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

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

background-color css

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

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

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

border-color css

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

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

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