Html Css Color HEX #B7195D Jazzberry Jam

📋 copy color: '#B7195D'

red 183 ◦ green 25 ◦ blue 93

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

Shades of Jazzberry Jam #B7195D

Tints of Jazzberry Jam #B7195D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 30.9%

R = 60.8%
G = 8.31%
B = 30.9%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.49

 K value IS 0.28

RGB Variations

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

Color information

#B7195D (or 0xB7195D) is known color: Jazzberry Jam. HEX triplet: B7, 19 and 5D. RGB value is (183,25,93). Sum of RGB (Red+Green+Blue) = 183+25+93=301 (39% of max value = 765). Red value is 183 (71.88% from 255 or 60.80% from 301); Green value is 25 (10.16% from 255 or 8.31% from 301); Blue value is 93 (36.72% from 255 or 30.90% from 301); Max value from RGB is 183 - color contains mainly: red. Hex color #B7195D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B7195D is #48E6A2. Grayscale: #4F4F4F. Windows color (decimal): -4777635 or 6101431. OLE color: 6101431.

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

Color convert

RGB 183 25 93 -
CMYK 0 0.86 0.49 0.28
HSL 334.18º 0.76% 0.41% -
HSV(B) 334.18º 0.86% 0.72% -
XYZ 21.85 11.55 11.43 -
YUV 79.99 135.35 201.47 -
System Red Green Blue C M Y K H S L
Decimal 183 25 93 0 0.86 0.49 0.28 334.18 0.76 0.41
Hex B7 19 5D 0 56 31 1C 14E 4C 29
Octal 267 31 135 0 126 61 34 516 114 51
Binary 10110111 11001 1011101 0 1010110 110001 11100 101001110 1001100 101001

Color Harmonies of #B7195D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7195D

Black with #B7195D

Text Example


Text Example

White with #B7195D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7195D; }

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

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

background-color css

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

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

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

border-color css

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

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

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