Html Css Color HEX #B1195E Jazzberry Jam

📋 copy color: '#B1195E'

red 177 ◦ green 25 ◦ blue 94

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

Shades of Jazzberry Jam #B1195E

Tints of Jazzberry Jam #B1195E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 31.76%

R = 59.8%
G = 8.45%
B = 31.76%

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

#B1195E (or 0xB1195E) is known color: Jazzberry Jam. HEX triplet: B1, 19 and 5E. RGB value is (177,25,94). Sum of RGB (Red+Green+Blue) = 177+25+94=296 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59.80% from 296); Green value is 25 (10.16% from 255 or 8.45% from 296); Blue value is 94 (37.11% from 255 or 31.76% from 296); Max value from RGB is 177 - color contains mainly: red. Hex color #B1195E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B1195E is #4EE6A1. Grayscale: #4E4E4E. Windows color (decimal): -5170850 or 6166961. OLE color: 6166961.

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

Color convert

RGB 177 25 94 -
CMYK 0 0.86 0.47 0.31
HSL 332.76º 0.75% 0.4% -
HSV(B) 332.76º 0.86% 0.69% -
XYZ 20.5 10.85 11.6 -
YUV 78.31 136.86 198.39 -
System Red Green Blue C M Y K H S L
Decimal 177 25 94 0 0.86 0.47 0.31 332.76 0.75 0.4
Hex B1 19 5E 0 56 2F 1F 14D 4B 28
Octal 261 31 136 0 126 57 37 515 113 50
Binary 10110001 11001 1011110 0 1010110 101111 11111 101001101 1001011 101000

Color Harmonies of #B1195E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1195E

Black with #B1195E

Text Example


Text Example

White with #B1195E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1195E; }

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

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

background-color css

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

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

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

border-color css

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

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

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