Html Css Color HEX #B91666 Jazzberry Jam

📋 copy color: '#B91666'

red 185 ◦ green 22 ◦ blue 102

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

Shades of Jazzberry Jam #B91666

Tints of Jazzberry Jam #B91666

RGB

 RED value IS 185 (72.66% from 255) = 59.87%

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

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

R = 59.87%
G = 7.12%
B = 33.01%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.45

 K value IS 0.27

RGB Variations

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

Color information

#B91666 (or 0xB91666) is known color: Jazzberry Jam. HEX triplet: B9, 16 and 66. RGB value is (185,22,102). Sum of RGB (Red+Green+Blue) = 185+22+102=309 (40% of max value = 765). Red value is 185 (72.66% from 255 or 59.87% from 309); Green value is 22 (8.98% from 255 or 7.12% from 309); Blue value is 102 (40.23% from 255 or 33.01% from 309); Max value from RGB is 185 - color contains mainly: red. Hex color #B91666 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B91666 is #46E999. Grayscale: #4F4F4F. Windows color (decimal): -4647322 or 6690489. OLE color: 6690489.

HSL color Cylindrical-coordinate representation of color #B91666: hue angle of 330.55º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B91666 is Cyan = 0, Magento = 0.88, Yellow = 0.45 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 22 102 -
CMYK 0 0.88 0.45 0.27
HSL 330.55º 0.79% 0.41% -
HSV(B) 330.55º 0.88% 0.73% -
XYZ 22.69 11.85 13.66 -
YUV 79.86 140.5 203 -
System Red Green Blue C M Y K H S L
Decimal 185 22 102 0 0.88 0.45 0.27 330.55 0.79 0.41
Hex B9 16 66 0 58 2D 1B 14B 4F 29
Octal 271 26 146 0 130 55 33 513 117 51
Binary 10111001 10110 1100110 0 1011000 101101 11011 101001011 1001111 101001

Color Harmonies of #B91666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B91666

Black with #B91666

Text Example


Text Example

White with #B91666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B91666; }

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

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

background-color css

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

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

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

border-color css

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

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

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