Html Css Color HEX #B9196D Jazzberry Jam

📋 copy color: '#B9196D'

red 185 ◦ green 25 ◦ blue 109

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

Shades of Jazzberry Jam #B9196D

Tints of Jazzberry Jam #B9196D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 34.17%

R = 57.99%
G = 7.84%
B = 34.17%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#B9196D (or 0xB9196D) is known color: Jazzberry Jam. HEX triplet: B9, 19 and 6D. RGB value is (185,25,109). Sum of RGB (Red+Green+Blue) = 185+25+109=319 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.99% from 319); Green value is 25 (10.16% from 255 or 7.84% from 319); Blue value is 109 (42.97% from 255 or 34.17% from 319); Max value from RGB is 185 - color contains mainly: red. Hex color #B9196D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B9196D is #46E692. Grayscale: #525252. Windows color (decimal): -4646547 or 7150009. OLE color: 7150009.

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

Color convert

RGB 185 25 109 -
CMYK 0 0.86 0.41 0.27
HSL 328.5º 0.76% 0.41% -
HSV(B) 328.5º 0.86% 0.73% -
XYZ 23.12 12.11 15.59 -
YUV 82.42 143.01 201.17 -
System Red Green Blue C M Y K H S L
Decimal 185 25 109 0 0.86 0.41 0.27 328.5 0.76 0.41
Hex B9 19 6D 0 56 29 1B 148 4C 29
Octal 271 31 155 0 126 51 33 510 114 51
Binary 10111001 11001 1101101 0 1010110 101001 11011 101001000 1001100 101001

Color Harmonies of #B9196D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9196D

Black with #B9196D

Text Example


Text Example

White with #B9196D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9196D; }

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

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

background-color css

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

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

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

border-color css

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

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

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