Html Css Color HEX #B1154E Jazzberry Jam

📋 copy color: '#B1154E'

red 177 ◦ green 21 ◦ blue 78

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

Shades of Jazzberry Jam #B1154E

Tints of Jazzberry Jam #B1154E

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.61%

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

R = 64.13%
G = 7.61%
B = 28.26%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.56

 K value IS 0.31

RGB Variations

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

Color information

#B1154E (or 0xB1154E) is known color: Jazzberry Jam. HEX triplet: B1, 15 and 4E. RGB value is (177,21,78). Sum of RGB (Red+Green+Blue) = 177+21+78=276 (36% of max value = 765). Red value is 177 (69.53% from 255 or 64.13% from 276); Green value is 21 (8.59% from 255 or 7.61% from 276); Blue value is 78 (30.86% from 255 or 28.26% from 276); Max value from RGB is 177 - color contains mainly: red. Hex color #B1154E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B1154E is #4EEAB1. Grayscale: #4A4A4A. Windows color (decimal): -5171890 or 5117361. OLE color: 5117361.

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

Color convert

RGB 177 21 78 -
CMYK 0 0.88 0.56 0.31
HSL 338.08º 0.79% 0.39% -
HSV(B) 338.08º 0.88% 0.69% -
XYZ 19.77 10.43 8.18 -
YUV 74.14 130.18 201.37 -
System Red Green Blue C M Y K H S L
Decimal 177 21 78 0 0.88 0.56 0.31 338.08 0.79 0.39
Hex B1 15 4E 0 58 38 1F 152 4F 27
Octal 261 25 116 0 130 70 37 522 117 47
Binary 10110001 10101 1001110 0 1011000 111000 11111 101010010 1001111 100111

Color Harmonies of #B1154E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1154E

Black with #B1154E

Text Example


Text Example

White with #B1154E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1154E; }

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

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

background-color css

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

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

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

border-color css

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

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

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