Html Css Color HEX #B1144E Jazzberry Jam

📋 copy color: '#B1144E'

red 177 ◦ green 20 ◦ blue 78

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

Shades of Jazzberry Jam #B1144E

Tints of Jazzberry Jam #B1144E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 28.36%

R = 64.36%
G = 7.27%
B = 28.36%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.56

 K value IS 0.31

RGB Variations

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

Color information

#B1144E (or 0xB1144E) is known color: Jazzberry Jam. HEX triplet: B1, 14 and 4E. RGB value is (177,20,78). Sum of RGB (Red+Green+Blue) = 177+20+78=275 (36% of max value = 765). Red value is 177 (69.53% from 255 or 64.36% from 275); Green value is 20 (8.20% from 255 or 7.27% from 275); Blue value is 78 (30.86% from 255 or 28.36% from 275); Max value from RGB is 177 - color contains mainly: red. Hex color #B1144E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B1144E is #4EEBB1. Grayscale: #494949. Windows color (decimal): -5172146 or 5117105. OLE color: 5117105.

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

Color convert

RGB 177 20 78 -
CMYK 0 0.89 0.56 0.31
HSL 337.83º 0.8% 0.39% -
HSV(B) 337.83º 0.89% 0.69% -
XYZ 19.76 10.4 8.17 -
YUV 73.56 130.51 201.78 -
System Red Green Blue C M Y K H S L
Decimal 177 20 78 0 0.89 0.56 0.31 337.83 0.8 0.39
Hex B1 14 4E 0 59 38 1F 152 50 27
Octal 261 24 116 0 131 70 37 522 120 47
Binary 10110001 10100 1001110 0 1011001 111000 11111 101010010 1010000 100111

Color Harmonies of #B1144E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1144E

Black with #B1144E

Text Example


Text Example

White with #B1144E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1144E; }

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

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

background-color css

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

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

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

border-color css

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

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

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