Html Css Color HEX #B9116D Jazzberry Jam

📋 copy color: '#B9116D'

red 185 ◦ green 17 ◦ blue 109

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

Shades of Jazzberry Jam #B9116D

Tints of Jazzberry Jam #B9116D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 35.05%

R = 59.49%
G = 5.47%
B = 35.05%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#B9116D (or 0xB9116D) is known color: Jazzberry Jam. HEX triplet: B9, 11 and 6D. RGB value is (185,17,109). Sum of RGB (Red+Green+Blue) = 185+17+109=311 (41% of max value = 765). Red value is 185 (72.66% from 255 or 59.49% from 311); Green value is 17 (7.03% from 255 or 5.47% from 311); Blue value is 109 (42.97% from 255 or 35.05% from 311); Max value from RGB is 185 - color contains mainly: red. Hex color #B9116D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B9116D is #46EE92. Grayscale: #4D4D4D. Windows color (decimal): -4648595 or 7147961. OLE color: 7147961.

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

Color convert

RGB 185 17 109 -
CMYK 0 0.91 0.41 0.27
HSL 327.14º 0.83% 0.4% -
HSV(B) 327.14º 0.91% 0.73% -
XYZ 22.97 11.82 15.54 -
YUV 77.72 145.66 204.52 -
System Red Green Blue C M Y K H S L
Decimal 185 17 109 0 0.91 0.41 0.27 327.14 0.83 0.4
Hex B9 11 6D 0 5B 29 1B 147 53 28
Octal 271 21 155 0 133 51 33 507 123 50
Binary 10111001 10001 1101101 0 1011011 101001 11011 101000111 1010011 101000

Color Harmonies of #B9116D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9116D

Black with #B9116D

Text Example


Text Example

White with #B9116D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9116D; }

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

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

background-color css

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

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

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

border-color css

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

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

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