Html Css Color HEX #B7196E Jazzberry Jam

📋 copy color: '#B7196E'

red 183 ◦ green 25 ◦ blue 110

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

Shades of Jazzberry Jam #B7196E

Tints of Jazzberry Jam #B7196E

RGB

 RED value IS 183 (71.88% from 255) = 57.55%

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

 BLUE value IS 110 (43.36% from 255) = 34.59%

R = 57.55%
G = 7.86%
B = 34.59%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.40

 K value IS 0.28

RGB Variations

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

Color information

#B7196E (or 0xB7196E) is known color: Jazzberry Jam. HEX triplet: B7, 19 and 6E. RGB value is (183,25,110). Sum of RGB (Red+Green+Blue) = 183+25+110=318 (42% of max value = 765). Red value is 183 (71.88% from 255 or 57.55% from 318); Green value is 25 (10.16% from 255 or 7.86% from 318); Blue value is 110 (43.36% from 255 or 34.59% from 318); Max value from RGB is 183 - color contains mainly: red. Hex color #B7196E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B7196E is #48E691. Grayscale: #515151. Windows color (decimal): -4777618 or 7215543. OLE color: 7215543.

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

Color convert

RGB 183 25 110 -
CMYK 0 0.86 0.40 0.28
HSL 327.72º 0.76% 0.41% -
HSV(B) 327.72º 0.86% 0.72% -
XYZ 22.69 11.89 15.85 -
YUV 81.93 143.85 200.09 -
System Red Green Blue C M Y K H S L
Decimal 183 25 110 0 0.86 0.40 0.28 327.72 0.76 0.41
Hex B7 19 6E 0 56 28 1C 148 4C 29
Octal 267 31 156 0 126 50 34 510 114 51
Binary 10110111 11001 1101110 0 1010110 101000 11100 101001000 1001100 101001

Color Harmonies of #B7196E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7196E

Black with #B7196E

Text Example


Text Example

White with #B7196E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7196E; }

 p { color: rgb(183,25,110); }

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

background-color css

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

 a { background-color: rgb(183,25,110); }

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

border-color css

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

 span { border-color: rgb(183,25,110); }

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