Html Css Color HEX #B11154 Jazzberry Jam

📋 copy color: '#B11154'

red 177 ◦ green 17 ◦ blue 84

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

Shades of Jazzberry Jam #B11154

Tints of Jazzberry Jam #B11154

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.12%

 BLUE value IS 84 (33.2% from 255) = 30.22%

R = 63.67%
G = 6.12%
B = 30.22%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.53

 K value IS 0.31

RGB Variations

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

Color information

#B11154 (or 0xB11154) is known color: Jazzberry Jam. HEX triplet: B1, 11 and 54. RGB value is (177,17,84). Sum of RGB (Red+Green+Blue) = 177+17+84=278 (36% of max value = 765). Red value is 177 (69.53% from 255 or 63.67% from 278); Green value is 17 (7.03% from 255 or 6.12% from 278); Blue value is 84 (33.20% from 255 or 30.22% from 278); Max value from RGB is 177 - color contains mainly: red. Hex color #B11154 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B11154 is #4EEEAB. Grayscale: #484848. Windows color (decimal): -5172908 or 5509553. OLE color: 5509553.

HSL color Cylindrical-coordinate representation of color #B11154: hue angle of 334.88º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B11154 is Cyan = 0, Magento = 0.90, Yellow = 0.53 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 17 84 -
CMYK 0 0.90 0.53 0.31
HSL 334.88º 0.82% 0.38% -
HSV(B) 334.88º 0.9% 0.69% -
XYZ 19.93 10.39 9.34 -
YUV 72.48 134.51 202.55 -
System Red Green Blue C M Y K H S L
Decimal 177 17 84 0 0.90 0.53 0.31 334.88 0.82 0.38
Hex B1 11 54 0 5A 35 1F 14F 52 26
Octal 261 21 124 0 132 65 37 517 122 46
Binary 10110001 10001 1010100 0 1011010 110101 11111 101001111 1010010 100110

Color Harmonies of #B11154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11154

Black with #B11154

Text Example


Text Example

White with #B11154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11154; }

 p { color: rgb(177,17,84); }

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

background-color css

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

 a { background-color: rgb(177,17,84); }

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

border-color css

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

 span { border-color: rgb(177,17,84); }

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