Html Css Color HEX #B11261 Jazzberry Jam

📋 copy color: '#B11261'

red 177 ◦ green 18 ◦ blue 97

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

Shades of Jazzberry Jam #B11261

Tints of Jazzberry Jam #B11261

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.16%

 BLUE value IS 97 (38.28% from 255) = 33.22%

R = 60.62%
G = 6.16%
B = 33.22%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.45

 K value IS 0.31

RGB Variations

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

Color information

#B11261 (or 0xB11261) is known color: Jazzberry Jam. HEX triplet: B1, 12 and 61. RGB value is (177,18,97). Sum of RGB (Red+Green+Blue) = 177+18+97=292 (38% of max value = 765). Red value is 177 (69.53% from 255 or 60.62% from 292); Green value is 18 (7.42% from 255 or 6.16% from 292); Blue value is 97 (38.28% from 255 or 33.22% from 292); Max value from RGB is 177 - color contains mainly: red. Hex color #B11261 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B11261 is #4EED9E. Grayscale: #4A4A4A. Windows color (decimal): -5172639 or 6361777. OLE color: 6361777.

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

Color convert

RGB 177 18 97 -
CMYK 0 0.90 0.45 0.31
HSL 330.19º 0.82% 0.38% -
HSV(B) 330.19º 0.9% 0.69% -
XYZ 20.51 10.64 12.28 -
YUV 74.55 140.68 201.08 -
System Red Green Blue C M Y K H S L
Decimal 177 18 97 0 0.90 0.45 0.31 330.19 0.82 0.38
Hex B1 12 61 0 5A 2D 1F 14A 52 26
Octal 261 22 141 0 132 55 37 512 122 46
Binary 10110001 10010 1100001 0 1011010 101101 11111 101001010 1010010 100110

Color Harmonies of #B11261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11261

Black with #B11261

Text Example


Text Example

White with #B11261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11261; }

 p { color: rgb(177,18,97); }

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

background-color css

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

 a { background-color: rgb(177,18,97); }

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

border-color css

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

 span { border-color: rgb(177,18,97); }

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