Html Css Color HEX #B6195D Jazzberry Jam

📋 copy color: '#B6195D'

red 182 ◦ green 25 ◦ blue 93

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

Shades of Jazzberry Jam #B6195D

Tints of Jazzberry Jam #B6195D

RGB

 RED value IS 182 (71.48% from 255) = 60.67%

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

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

R = 60.67%
G = 8.33%
B = 31%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.49

 K value IS 0.29

RGB Variations

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

Color information

#B6195D (or 0xB6195D) is known color: Jazzberry Jam. HEX triplet: B6, 19 and 5D. RGB value is (182,25,93). Sum of RGB (Red+Green+Blue) = 182+25+93=300 (39% of max value = 765). Red value is 182 (71.48% from 255 or 60.67% from 300); Green value is 25 (10.16% from 255 or 8.33% from 300); Blue value is 93 (36.72% from 255 or 31% from 300); Max value from RGB is 182 - color contains mainly: red. Hex color #B6195D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B6195D is #49E6A2. Grayscale: #4F4F4F. Windows color (decimal): -4843171 or 6101430. OLE color: 6101430.

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

Color convert

RGB 182 25 93 -
CMYK 0 0.86 0.49 0.29
HSL 334.01º 0.76% 0.41% -
HSV(B) 334.01º 0.86% 0.71% -
XYZ 21.61 11.43 11.42 -
YUV 79.7 135.51 200.97 -
System Red Green Blue C M Y K H S L
Decimal 182 25 93 0 0.86 0.49 0.29 334.01 0.76 0.41
Hex B6 19 5D 0 56 31 1D 14E 4C 29
Octal 266 31 135 0 126 61 35 516 114 51
Binary 10110110 11001 1011101 0 1010110 110001 11101 101001110 1001100 101001

Color Harmonies of #B6195D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6195D

Black with #B6195D

Text Example


Text Example

White with #B6195D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6195D; }

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

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

background-color css

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

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

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

border-color css

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

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

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