Html Css Color HEX #B11263 Jazzberry Jam

📋 copy color: '#B11263'

red 177 ◦ green 18 ◦ blue 99

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

Shades of Jazzberry Jam #B11263

Tints of Jazzberry Jam #B11263

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 33.67%

R = 60.2%
G = 6.12%
B = 33.67%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.44

 K value IS 0.31

RGB Variations

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

Color information

#B11263 (or 0xB11263) is known color: Jazzberry Jam. HEX triplet: B1, 12 and 63. RGB value is (177,18,99). Sum of RGB (Red+Green+Blue) = 177+18+99=294 (38% of max value = 765). Red value is 177 (69.53% from 255 or 60.20% from 294); Green value is 18 (7.42% from 255 or 6.12% from 294); Blue value is 99 (39.06% from 255 or 33.67% from 294); Max value from RGB is 177 - color contains mainly: red. Hex color #B11263 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B11263 is #4EED9C. Grayscale: #4A4A4A. Windows color (decimal): -5172637 or 6492849. OLE color: 6492849.

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

Color convert

RGB 177 18 99 -
CMYK 0 0.90 0.44 0.31
HSL 329.43º 0.82% 0.38% -
HSV(B) 329.43º 0.9% 0.69% -
XYZ 20.6 10.68 12.78 -
YUV 74.78 141.68 200.91 -
System Red Green Blue C M Y K H S L
Decimal 177 18 99 0 0.90 0.44 0.31 329.43 0.82 0.38
Hex B1 12 63 0 5A 2C 1F 149 52 26
Octal 261 22 143 0 132 54 37 511 122 46
Binary 10110001 10010 1100011 0 1011010 101100 11111 101001001 1010010 100110

Color Harmonies of #B11263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11263

Black with #B11263

Text Example


Text Example

White with #B11263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11263; }

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

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

background-color css

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

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

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

border-color css

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

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

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