Html Css Color HEX #B11668 Jazzberry Jam

📋 copy color: '#B11668'

red 177 ◦ green 22 ◦ blue 104

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

Shades of Jazzberry Jam #B11668

Tints of Jazzberry Jam #B11668

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 34.32%

R = 58.42%
G = 7.26%
B = 34.32%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#B11668 (or 0xB11668) is known color: Jazzberry Jam. HEX triplet: B1, 16 and 68. RGB value is (177,22,104). Sum of RGB (Red+Green+Blue) = 177+22+104=303 (40% of max value = 765). Red value is 177 (69.53% from 255 or 58.42% from 303); Green value is 22 (8.98% from 255 or 7.26% from 303); Blue value is 104 (41.02% from 255 or 34.32% from 303); Max value from RGB is 177 - color contains mainly: red. Hex color #B11668 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B11668 is #4EE997. Grayscale: #4D4D4D. Windows color (decimal): -5171608 or 6821553. OLE color: 6821553.

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

Color convert

RGB 177 22 104 -
CMYK 0 0.88 0.41 0.31
HSL 328.26º 0.78% 0.39% -
HSV(B) 328.26º 0.88% 0.69% -
XYZ 20.92 10.92 14.1 -
YUV 77.69 142.85 198.83 -
System Red Green Blue C M Y K H S L
Decimal 177 22 104 0 0.88 0.41 0.31 328.26 0.78 0.39
Hex B1 16 68 0 58 29 1F 148 4E 27
Octal 261 26 150 0 130 51 37 510 116 47
Binary 10110001 10110 1101000 0 1011000 101001 11111 101001000 1001110 100111

Color Harmonies of #B11668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11668

Black with #B11668

Text Example


Text Example

White with #B11668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11668; }

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

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

background-color css

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

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

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

border-color css

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

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

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