Html Css Color HEX #B11965 Jazzberry Jam

📋 copy color: '#B11965'

red 177 ◦ green 25 ◦ blue 101

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

Shades of Jazzberry Jam #B11965

Tints of Jazzberry Jam #B11965

RGB

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

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

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

R = 58.42%
G = 8.25%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.43

 K value IS 0.31

RGB Variations

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

Color information

#B11965 (or 0xB11965) is known color: Jazzberry Jam. HEX triplet: B1, 19 and 65. RGB value is (177,25,101). Sum of RGB (Red+Green+Blue) = 177+25+101=303 (40% of max value = 765). Red value is 177 (69.53% from 255 or 58.42% from 303); Green value is 25 (10.16% from 255 or 8.25% from 303); Blue value is 101 (39.84% from 255 or 33.33% from 303); Max value from RGB is 177 - color contains mainly: red. Hex color #B11965 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B11965 is #4EE69A. Grayscale: #4E4E4E. Windows color (decimal): -5170843 or 6625713. OLE color: 6625713.

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

Color convert

RGB 177 25 101 -
CMYK 0 0.86 0.43 0.31
HSL 330º 0.75% 0.4% -
HSV(B) 330º 0.86% 0.69% -
XYZ 20.83 10.98 13.33 -
YUV 79.11 140.36 197.82 -
System Red Green Blue C M Y K H S L
Decimal 177 25 101 0 0.86 0.43 0.31 330 0.75 0.4
Hex B1 19 65 0 56 2B 1F 14A 4B 28
Octal 261 31 145 0 126 53 37 512 113 50
Binary 10110001 11001 1100101 0 1010110 101011 11111 101001010 1001011 101000

Color Harmonies of #B11965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11965

Black with #B11965

Text Example


Text Example

White with #B11965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11965; }

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

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

background-color css

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

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

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

border-color css

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

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

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