Html Css Color HEX #B1115C Jazzberry Jam

📋 copy color: '#B1115C'

red 177 ◦ green 17 ◦ blue 92

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

Shades of Jazzberry Jam #B1115C

Tints of Jazzberry Jam #B1115C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 32.17%

R = 61.89%
G = 5.94%
B = 32.17%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.48

 K value IS 0.31

RGB Variations

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

Color information

#B1115C (or 0xB1115C) is known color: Jazzberry Jam. HEX triplet: B1, 11 and 5C. RGB value is (177,17,92). Sum of RGB (Red+Green+Blue) = 177+17+92=286 (37% of max value = 765). Red value is 177 (69.53% from 255 or 61.89% from 286); Green value is 17 (7.03% from 255 or 5.94% from 286); Blue value is 92 (36.33% from 255 or 32.17% from 286); Max value from RGB is 177 - color contains mainly: red. Hex color #B1115C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B1115C is #4EEEA3. Grayscale: #494949. Windows color (decimal): -5172900 or 6033841. OLE color: 6033841.

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

Color convert

RGB 177 17 92 -
CMYK 0 0.90 0.48 0.31
HSL 331.88º 0.82% 0.38% -
HSV(B) 331.88º 0.9% 0.69% -
XYZ 20.26 10.52 11.09 -
YUV 73.39 138.51 201.9 -
System Red Green Blue C M Y K H S L
Decimal 177 17 92 0 0.90 0.48 0.31 331.88 0.82 0.38
Hex B1 11 5C 0 5A 30 1F 14C 52 26
Octal 261 21 134 0 132 60 37 514 122 46
Binary 10110001 10001 1011100 0 1011010 110000 11111 101001100 1010010 100110

Color Harmonies of #B1115C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1115C

Black with #B1115C

Text Example


Text Example

White with #B1115C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1115C; }

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

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

background-color css

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

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

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

border-color css

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

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

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