Html Css Color HEX #B1194F Jazzberry Jam

📋 copy color: '#B1194F'

red 177 ◦ green 25 ◦ blue 79

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

Shades of Jazzberry Jam #B1194F

Tints of Jazzberry Jam #B1194F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 28.11%

R = 62.99%
G = 8.9%
B = 28.11%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.55

 K value IS 0.31

RGB Variations

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

Color information

#B1194F (or 0xB1194F) is known color: Jazzberry Jam. HEX triplet: B1, 19 and 4F. RGB value is (177,25,79). Sum of RGB (Red+Green+Blue) = 177+25+79=281 (37% of max value = 765). Red value is 177 (69.53% from 255 or 62.99% from 281); Green value is 25 (10.16% from 255 or 8.90% from 281); Blue value is 79 (31.25% from 255 or 28.11% from 281); Max value from RGB is 177 - color contains mainly: red. Hex color #B1194F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B1194F is #4EE6B0. Grayscale: #4C4C4C. Windows color (decimal): -5170865 or 5183921. OLE color: 5183921.

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

Color convert

RGB 177 25 79 -
CMYK 0 0.86 0.55 0.31
HSL 338.68º 0.75% 0.4% -
HSV(B) 338.68º 0.86% 0.69% -
XYZ 19.89 10.61 8.4 -
YUV 76.6 129.36 199.61 -
System Red Green Blue C M Y K H S L
Decimal 177 25 79 0 0.86 0.55 0.31 338.68 0.75 0.4
Hex B1 19 4F 0 56 37 1F 153 4B 28
Octal 261 31 117 0 126 67 37 523 113 50
Binary 10110001 11001 1001111 0 1010110 110111 11111 101010011 1001011 101000

Color Harmonies of #B1194F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1194F

Black with #B1194F

Text Example


Text Example

White with #B1194F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1194F; }

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

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

background-color css

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

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

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

border-color css

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

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

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