Html Css Color HEX #B9115D Jazzberry Jam

📋 copy color: '#B9115D'

red 185 ◦ green 17 ◦ blue 93

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

Shades of Jazzberry Jam #B9115D

Tints of Jazzberry Jam #B9115D

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.76%

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

R = 62.71%
G = 5.76%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.50

 K value IS 0.27

RGB Variations

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

Color information

#B9115D (or 0xB9115D) is known color: Jazzberry Jam. HEX triplet: B9, 11 and 5D. RGB value is (185,17,93). Sum of RGB (Red+Green+Blue) = 185+17+93=295 (39% of max value = 765). Red value is 185 (72.66% from 255 or 62.71% from 295); Green value is 17 (7.03% from 255 or 5.76% from 295); Blue value is 93 (36.72% from 255 or 31.53% from 295); Max value from RGB is 185 - color contains mainly: red. Hex color #B9115D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B9115D is #46EEA2. Grayscale: #4B4B4B. Windows color (decimal): -4648611 or 6099385. OLE color: 6099385.

HSL color Cylindrical-coordinate representation of color #B9115D: hue angle of 332.86º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B9115D is Cyan = 0, Magento = 0.91, Yellow = 0.50 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 17 93 -
CMYK 0 0.91 0.50 0.27
HSL 332.86º 0.83% 0.4% -
HSV(B) 332.86º 0.91% 0.73% -
XYZ 22.18 11.51 11.41 -
YUV 75.9 137.66 205.82 -
System Red Green Blue C M Y K H S L
Decimal 185 17 93 0 0.91 0.50 0.27 332.86 0.83 0.4
Hex B9 11 5D 0 5B 32 1B 14D 53 28
Octal 271 21 135 0 133 62 33 515 123 50
Binary 10111001 10001 1011101 0 1011011 110010 11011 101001101 1010011 101000

Color Harmonies of #B9115D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9115D

Black with #B9115D

Text Example


Text Example

White with #B9115D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9115D; }

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

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

background-color css

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

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

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

border-color css

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

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

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