Html Css Color HEX #B1115B Jazzberry Jam

📋 copy color: '#B1115B'

red 177 ◦ green 17 ◦ blue 91

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

Shades of Jazzberry Jam #B1115B

Tints of Jazzberry Jam #B1115B

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.96%

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

R = 62.11%
G = 5.96%
B = 31.93%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#B1115B (or 0xB1115B) is known color: Jazzberry Jam. HEX triplet: B1, 11 and 5B. RGB value is (177,17,91). Sum of RGB (Red+Green+Blue) = 177+17+91=285 (37% of max value = 765). Red value is 177 (69.53% from 255 or 62.11% from 285); Green value is 17 (7.03% from 255 or 5.96% from 285); Blue value is 91 (35.94% from 255 or 31.93% from 285); Max value from RGB is 177 - color contains mainly: red. Hex color #B1115B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B1115B is #4EEEA4. Grayscale: #494949. Windows color (decimal): -5172901 or 5968305. OLE color: 5968305.

HSL color Cylindrical-coordinate representation of color #B1115B: hue angle of 332.25º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B1115B is Cyan = 0, Magento = 0.90, Yellow = 0.49 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 17 91 -
CMYK 0 0.90 0.49 0.31
HSL 332.25º 0.82% 0.38% -
HSV(B) 332.25º 0.9% 0.69% -
XYZ 20.22 10.5 10.86 -
YUV 73.28 138.01 201.98 -
System Red Green Blue C M Y K H S L
Decimal 177 17 91 0 0.90 0.49 0.31 332.25 0.82 0.38
Hex B1 11 5B 0 5A 31 1F 14C 52 26
Octal 261 21 133 0 132 61 37 514 122 46
Binary 10110001 10001 1011011 0 1011010 110001 11111 101001100 1010010 100110

Color Harmonies of #B1115B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1115B

Black with #B1115B

Text Example


Text Example

White with #B1115B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1115B; }

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

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

background-color css

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

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

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

border-color css

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

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

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