Html Css Color HEX #B9196A Jazzberry Jam

📋 copy color: '#B9196A'

red 185 ◦ green 25 ◦ blue 106

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

Shades of Jazzberry Jam #B9196A

Tints of Jazzberry Jam #B9196A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 33.54%

R = 58.54%
G = 7.91%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.43

 K value IS 0.27

RGB Variations

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

Color information

#B9196A (or 0xB9196A) is known color: Jazzberry Jam. HEX triplet: B9, 19 and 6A. RGB value is (185,25,106). Sum of RGB (Red+Green+Blue) = 185+25+106=316 (41% of max value = 765). Red value is 185 (72.66% from 255 or 58.54% from 316); Green value is 25 (10.16% from 255 or 7.91% from 316); Blue value is 106 (41.80% from 255 or 33.54% from 316); Max value from RGB is 185 - color contains mainly: red. Hex color #B9196A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B9196A is #46E695. Grayscale: #515151. Windows color (decimal): -4646550 or 6953401. OLE color: 6953401.

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

Color convert

RGB 185 25 106 -
CMYK 0 0.86 0.43 0.27
HSL 329.63º 0.76% 0.41% -
HSV(B) 329.63º 0.86% 0.73% -
XYZ 22.96 12.05 14.75 -
YUV 82.07 141.51 201.41 -
System Red Green Blue C M Y K H S L
Decimal 185 25 106 0 0.86 0.43 0.27 329.63 0.76 0.41
Hex B9 19 6A 0 56 2B 1B 14A 4C 29
Octal 271 31 152 0 126 53 33 512 114 51
Binary 10111001 11001 1101010 0 1010110 101011 11011 101001010 1001100 101001

Color Harmonies of #B9196A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9196A

Black with #B9196A

Text Example


Text Example

White with #B9196A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9196A; }

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

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

background-color css

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

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

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

border-color css

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

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

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