Html Css Color HEX #B9195D Jazzberry Jam

📋 copy color: '#B9195D'

red 185 ◦ green 25 ◦ blue 93

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

Shades of Jazzberry Jam #B9195D

Tints of Jazzberry Jam #B9195D

RGB

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

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

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

R = 61.06%
G = 8.25%
B = 30.69%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.50

 K value IS 0.27

RGB Variations

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

Color information

#B9195D (or 0xB9195D) is known color: Jazzberry Jam. HEX triplet: B9, 19 and 5D. RGB value is (185,25,93). Sum of RGB (Red+Green+Blue) = 185+25+93=303 (40% of max value = 765). Red value is 185 (72.66% from 255 or 61.06% from 303); Green value is 25 (10.16% from 255 or 8.25% from 303); Blue value is 93 (36.72% from 255 or 30.69% from 303); Max value from RGB is 185 - color contains mainly: red. Hex color #B9195D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B9195D is #46E6A2. Grayscale: #505050. Windows color (decimal): -4646563 or 6101433. OLE color: 6101433.

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

Color convert

RGB 185 25 93 -
CMYK 0 0.86 0.50 0.27
HSL 334.5º 0.76% 0.41% -
HSV(B) 334.5º 0.86% 0.73% -
XYZ 22.33 11.8 11.46 -
YUV 80.59 135.01 202.47 -
System Red Green Blue C M Y K H S L
Decimal 185 25 93 0 0.86 0.50 0.27 334.5 0.76 0.41
Hex B9 19 5D 0 56 32 1B 14E 4C 29
Octal 271 31 135 0 126 62 33 516 114 51
Binary 10111001 11001 1011101 0 1010110 110010 11011 101001110 1001100 101001

Color Harmonies of #B9195D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9195D

Black with #B9195D

Text Example


Text Example

White with #B9195D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9195D; }

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

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

background-color css

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

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

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

border-color css

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

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

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