Html Css Color HEX #B9106D Jazzberry Jam

📋 copy color: '#B9106D'

red 185 ◦ green 16 ◦ blue 109

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

Shades of Jazzberry Jam #B9106D

Tints of Jazzberry Jam #B9106D

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.16%

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

R = 59.68%
G = 5.16%
B = 35.16%

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

#B9106D (or 0xB9106D) is known color: Jazzberry Jam. HEX triplet: B9, 10 and 6D. RGB value is (185,16,109). Sum of RGB (Red+Green+Blue) = 185+16+109=310 (41% of max value = 765). Red value is 185 (72.66% from 255 or 59.68% from 310); Green value is 16 (6.64% from 255 or 5.16% from 310); Blue value is 109 (42.97% from 255 or 35.16% from 310); Max value from RGB is 185 - color contains mainly: red. Hex color #B9106D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B9106D is #46EF92. Grayscale: #4C4C4C. Windows color (decimal): -4648851 or 7147705. OLE color: 7147705.

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

Color convert

RGB 185 16 109 -
CMYK 0 0.91 0.41 0.27
HSL 326.98º 0.84% 0.39% -
HSV(B) 326.98º 0.91% 0.73% -
XYZ 22.95 11.79 15.53 -
YUV 77.13 145.99 204.94 -
System Red Green Blue C M Y K H S L
Decimal 185 16 109 0 0.91 0.41 0.27 326.98 0.84 0.39
Hex B9 10 6D 0 5B 29 1B 147 54 27
Octal 271 20 155 0 133 51 33 507 124 47
Binary 10111001 10000 1101101 0 1011011 101001 11011 101000111 1010100 100111

Color Harmonies of #B9106D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9106D

Black with #B9106D

Text Example


Text Example

White with #B9106D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9106D; }

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

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

background-color css

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

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

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

border-color css

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

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

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