Html Css Color HEX #B11955 Jazzberry Jam

📋 copy color: '#B11955'

red 177 ◦ green 25 ◦ blue 85

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

Shades of Jazzberry Jam #B11955

Tints of Jazzberry Jam #B11955

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 29.62%

R = 61.67%
G = 8.71%
B = 29.62%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.52

 K value IS 0.31

RGB Variations

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

Color information

#B11955 (or 0xB11955) is known color: Jazzberry Jam. HEX triplet: B1, 19 and 55. RGB value is (177,25,85). Sum of RGB (Red+Green+Blue) = 177+25+85=287 (38% of max value = 765). Red value is 177 (69.53% from 255 or 61.67% from 287); Green value is 25 (10.16% from 255 or 8.71% from 287); Blue value is 85 (33.59% from 255 or 29.62% from 287); Max value from RGB is 177 - color contains mainly: red. Hex color #B11955 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B11955 is #4EE6AA. Grayscale: #4D4D4D. Windows color (decimal): -5170859 or 5577137. OLE color: 5577137.

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

Color convert

RGB 177 25 85 -
CMYK 0 0.86 0.52 0.31
HSL 336.32º 0.75% 0.4% -
HSV(B) 336.32º 0.86% 0.69% -
XYZ 20.12 10.7 9.6 -
YUV 77.29 132.36 199.12 -
System Red Green Blue C M Y K H S L
Decimal 177 25 85 0 0.86 0.52 0.31 336.32 0.75 0.4
Hex B1 19 55 0 56 34 1F 150 4B 28
Octal 261 31 125 0 126 64 37 520 113 50
Binary 10110001 11001 1010101 0 1010110 110100 11111 101010000 1001011 101000

Color Harmonies of #B11955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11955

Black with #B11955

Text Example


Text Example

White with #B11955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11955; }

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

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

background-color css

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

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

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

border-color css

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

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

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