Html Css Color HEX #B7196D Jazzberry Jam

📋 copy color: '#B7196D'

red 183 ◦ green 25 ◦ blue 109

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

Shades of Jazzberry Jam #B7196D

Tints of Jazzberry Jam #B7196D

RGB

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

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

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

R = 57.73%
G = 7.89%
B = 34.38%

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

#B7196D (or 0xB7196D) is known color: Jazzberry Jam. HEX triplet: B7, 19 and 6D. RGB value is (183,25,109). Sum of RGB (Red+Green+Blue) = 183+25+109=317 (41% of max value = 765). Red value is 183 (71.88% from 255 or 57.73% from 317); Green value is 25 (10.16% from 255 or 7.89% from 317); Blue value is 109 (42.97% from 255 or 34.38% from 317); Max value from RGB is 183 - color contains mainly: red. Hex color #B7196D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B7196D is #48E692. Grayscale: #515151. Windows color (decimal): -4777619 or 7150007. OLE color: 7150007.

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

Color convert

RGB 183 25 109 -
CMYK 0 0.86 0.40 0.28
HSL 328.1º 0.76% 0.41% -
HSV(B) 328.1º 0.86% 0.72% -
XYZ 22.64 11.87 15.57 -
YUV 81.82 143.35 200.17 -
System Red Green Blue C M Y K H S L
Decimal 183 25 109 0 0.86 0.40 0.28 328.1 0.76 0.41
Hex B7 19 6D 0 56 28 1C 148 4C 29
Octal 267 31 155 0 126 50 34 510 114 51
Binary 10110111 11001 1101101 0 1010110 101000 11100 101001000 1001100 101001

Color Harmonies of #B7196D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7196D

Black with #B7196D

Text Example


Text Example

White with #B7196D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7196D; }

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

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

background-color css

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

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

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

border-color css

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

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

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