Html Css Color HEX #B1195D Jazzberry Jam

📋 copy color: '#B1195D'

red 177 ◦ green 25 ◦ blue 93

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

Shades of Jazzberry Jam #B1195D

Tints of Jazzberry Jam #B1195D

RGB

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

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

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

R = 60%
G = 8.47%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#B1195D (or 0xB1195D) is known color: Jazzberry Jam. HEX triplet: B1, 19 and 5D. RGB value is (177,25,93). Sum of RGB (Red+Green+Blue) = 177+25+93=295 (39% of max value = 765). Red value is 177 (69.53% from 255 or 60% from 295); Green value is 25 (10.16% from 255 or 8.47% from 295); Blue value is 93 (36.72% from 255 or 31.53% from 295); Max value from RGB is 177 - color contains mainly: red. Hex color #B1195D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B1195D is #4EE6A2. Grayscale: #4E4E4E. Windows color (decimal): -5170851 or 6101425. OLE color: 6101425.

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

Color convert

RGB 177 25 93 -
CMYK 0 0.86 0.47 0.31
HSL 333.16º 0.75% 0.4% -
HSV(B) 333.16º 0.86% 0.69% -
XYZ 20.45 10.83 11.37 -
YUV 78.2 136.36 198.47 -
System Red Green Blue C M Y K H S L
Decimal 177 25 93 0 0.86 0.47 0.31 333.16 0.75 0.4
Hex B1 19 5D 0 56 2F 1F 14D 4B 28
Octal 261 31 135 0 126 57 37 515 113 50
Binary 10110001 11001 1011101 0 1010110 101111 11111 101001101 1001011 101000

Color Harmonies of #B1195D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1195D

Black with #B1195D

Text Example


Text Example

White with #B1195D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1195D; }

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

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

background-color css

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

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

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

border-color css

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

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

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