Html Css Color HEX #B11A5B Jazzberry Jam

📋 copy color: '#B11A5B'

red 177 ◦ green 26 ◦ blue 91

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

Shades of Jazzberry Jam #B11A5B

Tints of Jazzberry Jam #B11A5B

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.84%

 BLUE value IS 91 (35.94% from 255) = 30.95%

R = 60.2%
G = 8.84%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#B11A5B (or 0xB11A5B) is known color: Jazzberry Jam. HEX triplet: B1, 1A and 5B. RGB value is (177,26,91). Sum of RGB (Red+Green+Blue) = 177+26+91=294 (38% of max value = 765). Red value is 177 (69.53% from 255 or 60.20% from 294); Green value is 26 (10.55% from 255 or 8.84% from 294); Blue value is 91 (35.94% from 255 or 30.95% from 294); Max value from RGB is 177 - color contains mainly: red. Hex color #B11A5B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B11A5B is #4EE5A4. Grayscale: #4E4E4E. Windows color (decimal): -5170597 or 5970609. OLE color: 5970609.

HSL color Cylindrical-coordinate representation of color #B11A5B: hue angle of 334.17º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B11A5B is Cyan = 0, Magento = 0.85, Yellow = 0.49 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 26 91 -
CMYK 0 0.85 0.49 0.31
HSL 334.17º 0.74% 0.4% -
HSV(B) 334.17º 0.85% 0.69% -
XYZ 20.39 10.84 10.92 -
YUV 78.56 135.03 198.21 -
System Red Green Blue C M Y K H S L
Decimal 177 26 91 0 0.85 0.49 0.31 334.17 0.74 0.4
Hex B1 1A 5B 0 55 31 1F 14E 4A 28
Octal 261 32 133 0 125 61 37 516 112 50
Binary 10110001 11010 1011011 0 1010101 110001 11111 101001110 1001010 101000

Color Harmonies of #B11A5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11A5B

Black with #B11A5B

Text Example


Text Example

White with #B11A5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11A5B; }

 p { color: rgb(177,26,91); }

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

background-color css

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

 a { background-color: rgb(177,26,91); }

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

border-color css

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

 span { border-color: rgb(177,26,91); }

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