Html Css Color HEX #B11666 Jazzberry Jam

📋 copy color: '#B11666'

red 177 ◦ green 22 ◦ blue 102

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

Shades of Jazzberry Jam #B11666

Tints of Jazzberry Jam #B11666

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.31%

 BLUE value IS 102 (40.23% from 255) = 33.89%

R = 58.8%
G = 7.31%
B = 33.89%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.42

 K value IS 0.31

RGB Variations

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

Color information

#B11666 (or 0xB11666) is known color: Jazzberry Jam. HEX triplet: B1, 16 and 66. RGB value is (177,22,102). Sum of RGB (Red+Green+Blue) = 177+22+102=301 (39% of max value = 765). Red value is 177 (69.53% from 255 or 58.80% from 301); Green value is 22 (8.98% from 255 or 7.31% from 301); Blue value is 102 (40.23% from 255 or 33.89% from 301); Max value from RGB is 177 - color contains mainly: red. Hex color #B11666 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B11666 is #4EE999. Grayscale: #4D4D4D. Windows color (decimal): -5171610 or 6690481. OLE color: 6690481.

HSL color Cylindrical-coordinate representation of color #B11666: hue angle of 329.03º degrees, saturation: 0.78, 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 #B11666 is Cyan = 0, Magento = 0.88, Yellow = 0.42 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 22 102 -
CMYK 0 0.88 0.42 0.31
HSL 329.03º 0.78% 0.39% -
HSV(B) 329.03º 0.88% 0.69% -
XYZ 20.82 10.88 13.57 -
YUV 77.47 141.85 199 -
System Red Green Blue C M Y K H S L
Decimal 177 22 102 0 0.88 0.42 0.31 329.03 0.78 0.39
Hex B1 16 66 0 58 2A 1F 149 4E 27
Octal 261 26 146 0 130 52 37 511 116 47
Binary 10110001 10110 1100110 0 1011000 101010 11111 101001001 1001110 100111

Color Harmonies of #B11666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11666

Black with #B11666

Text Example


Text Example

White with #B11666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11666; }

 p { color: rgb(177,22,102); }

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

background-color css

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

 a { background-color: rgb(177,22,102); }

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

border-color css

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

 span { border-color: rgb(177,22,102); }

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