Html Css Color HEX #BB196B Jazzberry Jam

📋 copy color: '#BB196B'

red 187 ◦ green 25 ◦ blue 107

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

Shades of Jazzberry Jam #BB196B

Tints of Jazzberry Jam #BB196B

RGB

 RED value IS 187 (73.44% from 255) = 58.62%

 GREEN value IS 25 (10.16% from 255) = 7.84%

 BLUE value IS 107 (42.19% from 255) = 33.54%

R = 58.62%
G = 7.84%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.43

 K value IS 0.27

RGB Variations

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

Color information

#BB196B (or 0xBB196B) is known color: Jazzberry Jam. HEX triplet: BB, 19 and 6B. RGB value is (187,25,107). Sum of RGB (Red+Green+Blue) = 187+25+107=319 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.62% from 319); Green value is 25 (10.16% from 255 or 7.84% from 319); Blue value is 107 (42.19% from 255 or 33.54% from 319); Max value from RGB is 187 - color contains mainly: red. Hex color #BB196B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB196B is #44E694. Grayscale: #525252. Windows color (decimal): -4515477 or 7018939. OLE color: 7018939.

HSL color Cylindrical-coordinate representation of color #BB196B: hue angle of 329.63º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BB196B is Cyan = 0, Magento = 0.87, Yellow = 0.43 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 25 107 -
CMYK 0 0.87 0.43 0.27
HSL 329.63º 0.76% 0.42% -
HSV(B) 329.63º 0.87% 0.73% -
XYZ 23.49 12.32 15.05 -
YUV 82.79 141.67 202.33 -
System Red Green Blue C M Y K H S L
Decimal 187 25 107 0 0.87 0.43 0.27 329.63 0.76 0.42
Hex BB 19 6B 0 57 2B 1B 14A 4C 2A
Octal 273 31 153 0 127 53 33 512 114 52
Binary 10111011 11001 1101011 0 1010111 101011 11011 101001010 1001100 101010

Color Harmonies of #BB196B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB196B

Black with #BB196B

Text Example


Text Example

White with #BB196B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB196B; }

 p { color: rgb(187,25,107); }

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

background-color css

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

 a { background-color: rgb(187,25,107); }

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

border-color css

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

 span { border-color: rgb(187,25,107); }

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