Html Css Color HEX #B9106B Jazzberry Jam

📋 copy color: '#B9106B'

red 185 ◦ green 16 ◦ blue 107

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

Shades of Jazzberry Jam #B9106B

Tints of Jazzberry Jam #B9106B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 34.74%

R = 60.06%
G = 5.19%
B = 34.74%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#B9106B (or 0xB9106B) is known color: Jazzberry Jam. HEX triplet: B9, 10 and 6B. RGB value is (185,16,107). Sum of RGB (Red+Green+Blue) = 185+16+107=308 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.06% from 308); Green value is 16 (6.64% from 255 or 5.19% from 308); Blue value is 107 (42.19% from 255 or 34.74% from 308); Max value from RGB is 185 - color contains mainly: red. Hex color #B9106B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B9106B is #46EF94. Grayscale: #4C4C4C. Windows color (decimal): -4648853 or 7016633. OLE color: 7016633.

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

Color convert

RGB 185 16 107 -
CMYK 0 0.91 0.42 0.27
HSL 327.69º 0.84% 0.39% -
HSV(B) 327.69º 0.91% 0.73% -
XYZ 22.85 11.75 14.97 -
YUV 76.91 144.99 205.1 -
System Red Green Blue C M Y K H S L
Decimal 185 16 107 0 0.91 0.42 0.27 327.69 0.84 0.39
Hex B9 10 6B 0 5B 2A 1B 148 54 27
Octal 271 20 153 0 133 52 33 510 124 47
Binary 10111001 10000 1101011 0 1011011 101010 11011 101001000 1010100 100111

Color Harmonies of #B9106B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9106B

Black with #B9106B

Text Example


Text Example

White with #B9106B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9106B; }

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

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

background-color css

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

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

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

border-color css

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

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

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