Html Css Color HEX #B11461 Jazzberry Jam

📋 copy color: '#B11461'

red 177 ◦ green 20 ◦ blue 97

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

Shades of Jazzberry Jam #B11461

Tints of Jazzberry Jam #B11461

RGB

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

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

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

R = 60.2%
G = 6.8%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.45

 K value IS 0.31

RGB Variations

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

Color information

#B11461 (or 0xB11461) is known color: Jazzberry Jam. HEX triplet: B1, 14 and 61. RGB value is (177,20,97). Sum of RGB (Red+Green+Blue) = 177+20+97=294 (38% of max value = 765). Red value is 177 (69.53% from 255 or 60.20% from 294); Green value is 20 (8.20% from 255 or 6.80% from 294); Blue value is 97 (38.28% from 255 or 32.99% from 294); Max value from RGB is 177 - color contains mainly: red. Hex color #B11461 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B11461 is #4EEB9E. Grayscale: #4B4B4B. Windows color (decimal): -5172127 or 6362289. OLE color: 6362289.

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

Color convert

RGB 177 20 97 -
CMYK 0 0.89 0.45 0.31
HSL 330.57º 0.8% 0.39% -
HSV(B) 330.57º 0.89% 0.69% -
XYZ 20.54 10.71 12.29 -
YUV 75.72 140.01 200.24 -
System Red Green Blue C M Y K H S L
Decimal 177 20 97 0 0.89 0.45 0.31 330.57 0.8 0.39
Hex B1 14 61 0 59 2D 1F 14B 50 27
Octal 261 24 141 0 131 55 37 513 120 47
Binary 10110001 10100 1100001 0 1011001 101101 11111 101001011 1010000 100111

Color Harmonies of #B11461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11461

Black with #B11461

Text Example


Text Example

White with #B11461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11461; }

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

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

background-color css

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

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

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

border-color css

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

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

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