Html Css Color HEX #B1115D Jazzberry Jam

📋 copy color: '#B1115D'

red 177 ◦ green 17 ◦ blue 93

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

Shades of Jazzberry Jam #B1115D

Tints of Jazzberry Jam #B1115D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 32.4%

R = 61.67%
G = 5.92%
B = 32.4%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#B1115D (or 0xB1115D) is known color: Jazzberry Jam. HEX triplet: B1, 11 and 5D. RGB value is (177,17,93). Sum of RGB (Red+Green+Blue) = 177+17+93=287 (38% of max value = 765). Red value is 177 (69.53% from 255 or 61.67% from 287); Green value is 17 (7.03% from 255 or 5.92% from 287); Blue value is 93 (36.72% from 255 or 32.40% from 287); Max value from RGB is 177 - color contains mainly: red. Hex color #B1115D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B1115D is #4EEEA2. Grayscale: #494949. Windows color (decimal): -5172899 or 6099377. OLE color: 6099377.

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

Color convert

RGB 177 17 93 -
CMYK 0 0.90 0.47 0.31
HSL 331.5º 0.82% 0.38% -
HSV(B) 331.5º 0.9% 0.69% -
XYZ 20.31 10.54 11.32 -
YUV 73.5 139.01 201.82 -
System Red Green Blue C M Y K H S L
Decimal 177 17 93 0 0.90 0.47 0.31 331.5 0.82 0.38
Hex B1 11 5D 0 5A 2F 1F 14C 52 26
Octal 261 21 135 0 132 57 37 514 122 46
Binary 10110001 10001 1011101 0 1011010 101111 11111 101001100 1010010 100110

Color Harmonies of #B1115D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1115D

Black with #B1115D

Text Example


Text Example

White with #B1115D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1115D; }

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

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

background-color css

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

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

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

border-color css

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

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

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