Html Css Color HEX #B11963 Jazzberry Jam

📋 copy color: '#B11963'

red 177 ◦ green 25 ◦ blue 99

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

Shades of Jazzberry Jam #B11963

Tints of Jazzberry Jam #B11963

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 32.89%

R = 58.8%
G = 8.31%
B = 32.89%

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

#B11963 (or 0xB11963) is known color: Jazzberry Jam. HEX triplet: B1, 19 and 63. RGB value is (177,25,99). Sum of RGB (Red+Green+Blue) = 177+25+99=301 (39% of max value = 765). Red value is 177 (69.53% from 255 or 58.80% from 301); Green value is 25 (10.16% from 255 or 8.31% from 301); Blue value is 99 (39.06% from 255 or 32.89% from 301); Max value from RGB is 177 - color contains mainly: red. Hex color #B11963 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B11963 is #4EE69C. Grayscale: #4E4E4E. Windows color (decimal): -5170845 or 6494641. OLE color: 6494641.

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

Color convert

RGB 177 25 99 -
CMYK 0 0.86 0.44 0.31
HSL 330.79º 0.75% 0.4% -
HSV(B) 330.79º 0.86% 0.69% -
XYZ 20.73 10.94 12.82 -
YUV 78.88 139.36 197.98 -
System Red Green Blue C M Y K H S L
Decimal 177 25 99 0 0.86 0.44 0.31 330.79 0.75 0.4
Hex B1 19 63 0 56 2C 1F 14B 4B 28
Octal 261 31 143 0 126 54 37 513 113 50
Binary 10110001 11001 1100011 0 1010110 101100 11111 101001011 1001011 101000

Color Harmonies of #B11963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11963

Black with #B11963

Text Example


Text Example

White with #B11963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11963; }

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

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

background-color css

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

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

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

border-color css

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

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

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