Html Css Color HEX #B11957 Jazzberry Jam

📋 copy color: '#B11957'

red 177 ◦ green 25 ◦ blue 87

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

Shades of Jazzberry Jam #B11957

Tints of Jazzberry Jam #B11957

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 30.1%

R = 61.25%
G = 8.65%
B = 30.1%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.51

 K value IS 0.31

RGB Variations

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

Color information

#B11957 (or 0xB11957) is known color: Jazzberry Jam. HEX triplet: B1, 19 and 57. RGB value is (177,25,87). Sum of RGB (Red+Green+Blue) = 177+25+87=289 (38% of max value = 765). Red value is 177 (69.53% from 255 or 61.25% from 289); Green value is 25 (10.16% from 255 or 8.65% from 289); Blue value is 87 (34.38% from 255 or 30.10% from 289); Max value from RGB is 177 - color contains mainly: red. Hex color #B11957 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B11957 is #4EE6A8. Grayscale: #4D4D4D. Windows color (decimal): -5170857 or 5708209. OLE color: 5708209.

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

Color convert

RGB 177 25 87 -
CMYK 0 0.86 0.51 0.31
HSL 335.53º 0.75% 0.4% -
HSV(B) 335.53º 0.86% 0.69% -
XYZ 20.2 10.73 10.02 -
YUV 77.52 133.36 198.96 -
System Red Green Blue C M Y K H S L
Decimal 177 25 87 0 0.86 0.51 0.31 335.53 0.75 0.4
Hex B1 19 57 0 56 33 1F 150 4B 28
Octal 261 31 127 0 126 63 37 520 113 50
Binary 10110001 11001 1010111 0 1010110 110011 11111 101010000 1001011 101000

Color Harmonies of #B11957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11957

Black with #B11957

Text Example


Text Example

White with #B11957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11957; }

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

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

background-color css

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

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

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

border-color css

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

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

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