Html Css Color HEX #B9115E Jazzberry Jam

📋 copy color: '#B9115E'

red 185 ◦ green 17 ◦ blue 94

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

Shades of Jazzberry Jam #B9115E

Tints of Jazzberry Jam #B9115E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 31.76%

R = 62.5%
G = 5.74%
B = 31.76%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#B9115E (or 0xB9115E) is known color: Jazzberry Jam. HEX triplet: B9, 11 and 5E. RGB value is (185,17,94). Sum of RGB (Red+Green+Blue) = 185+17+94=296 (39% of max value = 765). Red value is 185 (72.66% from 255 or 62.5% from 296); Green value is 17 (7.03% from 255 or 5.74% from 296); Blue value is 94 (37.11% from 255 or 31.76% from 296); Max value from RGB is 185 - color contains mainly: red. Hex color #B9115E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B9115E is #46EEA1. Grayscale: #4B4B4B. Windows color (decimal): -4648610 or 6164921. OLE color: 6164921.

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

Color convert

RGB 185 17 94 -
CMYK 0 0.91 0.49 0.27
HSL 332.5º 0.83% 0.4% -
HSV(B) 332.5º 0.91% 0.73% -
XYZ 22.23 11.52 11.64 -
YUV 76.01 138.16 205.74 -
System Red Green Blue C M Y K H S L
Decimal 185 17 94 0 0.91 0.49 0.27 332.5 0.83 0.4
Hex B9 11 5E 0 5B 31 1B 14C 53 28
Octal 271 21 136 0 133 61 33 514 123 50
Binary 10111001 10001 1011110 0 1011011 110001 11011 101001100 1010011 101000

Color Harmonies of #B9115E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9115E

Black with #B9115E

Text Example


Text Example

White with #B9115E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9115E; }

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

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

background-color css

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

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

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

border-color css

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

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

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