Html Css Color HEX #B9196C Jazzberry Jam

📋 copy color: '#B9196C'

red 185 ◦ green 25 ◦ blue 108

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

Shades of Jazzberry Jam #B9196C

Tints of Jazzberry Jam #B9196C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 33.96%

R = 58.18%
G = 7.86%
B = 33.96%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#B9196C (or 0xB9196C) is known color: Jazzberry Jam. HEX triplet: B9, 19 and 6C. RGB value is (185,25,108). Sum of RGB (Red+Green+Blue) = 185+25+108=318 (42% of max value = 765). Red value is 185 (72.66% from 255 or 58.18% from 318); Green value is 25 (10.16% from 255 or 7.86% from 318); Blue value is 108 (42.58% from 255 or 33.96% from 318); Max value from RGB is 185 - color contains mainly: red. Hex color #B9196C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B9196C is #46E693. Grayscale: #525252. Windows color (decimal): -4646548 or 7084473. OLE color: 7084473.

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

Color convert

RGB 185 25 108 -
CMYK 0 0.86 0.42 0.27
HSL 328.88º 0.76% 0.41% -
HSV(B) 328.88º 0.86% 0.73% -
XYZ 23.06 12.09 15.31 -
YUV 82.3 142.51 201.25 -
System Red Green Blue C M Y K H S L
Decimal 185 25 108 0 0.86 0.42 0.27 328.88 0.76 0.41
Hex B9 19 6C 0 56 2A 1B 149 4C 29
Octal 271 31 154 0 126 52 33 511 114 51
Binary 10111001 11001 1101100 0 1010110 101010 11011 101001001 1001100 101001

Color Harmonies of #B9196C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9196C

Black with #B9196C

Text Example


Text Example

White with #B9196C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9196C; }

 p { color: rgb(185,25,108); }

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

background-color css

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

 a { background-color: rgb(185,25,108); }

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

border-color css

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

 span { border-color: rgb(185,25,108); }

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