Html Css Color HEX #B11973 Jazzberry Jam

📋 copy color: '#B11973'

red 177 ◦ green 25 ◦ blue 115

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

Shades of Jazzberry Jam #B11973

Tints of Jazzberry Jam #B11973

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 36.28%

R = 55.84%
G = 7.89%
B = 36.28%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.35

 K value IS 0.31

RGB Variations

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

Color information

#B11973 (or 0xB11973) is known color: Jazzberry Jam. HEX triplet: B1, 19 and 73. RGB value is (177,25,115). Sum of RGB (Red+Green+Blue) = 177+25+115=317 (41% of max value = 765). Red value is 177 (69.53% from 255 or 55.84% from 317); Green value is 25 (10.16% from 255 or 7.89% from 317); Blue value is 115 (45.31% from 255 or 36.28% from 317); Max value from RGB is 177 - color contains mainly: red. Hex color #B11973 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B11973 is #4EE68C. Grayscale: #505050. Windows color (decimal): -5170829 or 7543217. OLE color: 7543217.

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

Color convert

RGB 177 25 115 -
CMYK 0 0.86 0.35 0.31
HSL 324.47º 0.75% 0.4% -
HSV(B) 324.47º 0.86% 0.69% -
XYZ 21.57 11.28 17.26 -
YUV 80.71 147.36 196.68 -
System Red Green Blue C M Y K H S L
Decimal 177 25 115 0 0.86 0.35 0.31 324.47 0.75 0.4
Hex B1 19 73 0 56 23 1F 144 4B 28
Octal 261 31 163 0 126 43 37 504 113 50
Binary 10110001 11001 1110011 0 1010110 100011 11111 101000100 1001011 101000

Color Harmonies of #B11973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11973

Black with #B11973

Text Example


Text Example

White with #B11973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11973; }

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

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

background-color css

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

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

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

border-color css

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

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

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