Html Css Color HEX #B11966 Jazzberry Jam

📋 copy color: '#B11966'

red 177 ◦ green 25 ◦ blue 102

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

Shades of Jazzberry Jam #B11966

Tints of Jazzberry Jam #B11966

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 33.55%

R = 58.22%
G = 8.22%
B = 33.55%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.42

 K value IS 0.31

RGB Variations

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

Color information

#B11966 (or 0xB11966) is known color: Jazzberry Jam. HEX triplet: B1, 19 and 66. RGB value is (177,25,102). Sum of RGB (Red+Green+Blue) = 177+25+102=304 (40% of max value = 765). Red value is 177 (69.53% from 255 or 58.22% from 304); Green value is 25 (10.16% from 255 or 8.22% from 304); Blue value is 102 (40.23% from 255 or 33.55% from 304); Max value from RGB is 177 - color contains mainly: red. Hex color #B11966 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B11966 is #4EE699. Grayscale: #4F4F4F. Windows color (decimal): -5170842 or 6691249. OLE color: 6691249.

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

Color convert

RGB 177 25 102 -
CMYK 0 0.86 0.42 0.31
HSL 329.61º 0.75% 0.4% -
HSV(B) 329.61º 0.86% 0.69% -
XYZ 20.88 11 13.59 -
YUV 79.23 140.86 197.74 -
System Red Green Blue C M Y K H S L
Decimal 177 25 102 0 0.86 0.42 0.31 329.61 0.75 0.4
Hex B1 19 66 0 56 2A 1F 14A 4B 28
Octal 261 31 146 0 126 52 37 512 113 50
Binary 10110001 11001 1100110 0 1010110 101010 11111 101001010 1001011 101000

Color Harmonies of #B11966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11966

Black with #B11966

Text Example


Text Example

White with #B11966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11966; }

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

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

background-color css

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

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

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

border-color css

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

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

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