Html Css Color HEX #B1144F Jazzberry Jam

📋 copy color: '#B1144F'

red 177 ◦ green 20 ◦ blue 79

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

Shades of Jazzberry Jam #B1144F

Tints of Jazzberry Jam #B1144F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.25%

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

R = 64.13%
G = 7.25%
B = 28.62%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.55

 K value IS 0.31

RGB Variations

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

Color information

#B1144F (or 0xB1144F) is known color: Jazzberry Jam. HEX triplet: B1, 14 and 4F. RGB value is (177,20,79). Sum of RGB (Red+Green+Blue) = 177+20+79=276 (36% of max value = 765). Red value is 177 (69.53% from 255 or 64.13% from 276); Green value is 20 (8.20% from 255 or 7.25% from 276); Blue value is 79 (31.25% from 255 or 28.62% from 276); Max value from RGB is 177 - color contains mainly: red. Hex color #B1144F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B1144F is #4EEBB0. Grayscale: #494949. Windows color (decimal): -5172145 or 5182641. OLE color: 5182641.

HSL color Cylindrical-coordinate representation of color #B1144F: hue angle of 337.45º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B1144F is Cyan = 0, Magento = 0.89, Yellow = 0.55 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 20 79 -
CMYK 0 0.89 0.55 0.31
HSL 337.45º 0.8% 0.39% -
HSV(B) 337.45º 0.89% 0.69% -
XYZ 19.79 10.41 8.36 -
YUV 73.67 131.01 201.7 -
System Red Green Blue C M Y K H S L
Decimal 177 20 79 0 0.89 0.55 0.31 337.45 0.8 0.39
Hex B1 14 4F 0 59 37 1F 151 50 27
Octal 261 24 117 0 131 67 37 521 120 47
Binary 10110001 10100 1001111 0 1011001 110111 11111 101010001 1010000 100111

Color Harmonies of #B1144F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1144F

Black with #B1144F

Text Example


Text Example

White with #B1144F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1144F; }

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

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

background-color css

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

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

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

border-color css

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

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

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