Html Css Color HEX #B9156C Jazzberry Jam

📋 copy color: '#B9156C'

red 185 ◦ green 21 ◦ blue 108

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

Shades of Jazzberry Jam #B9156C

Tints of Jazzberry Jam #B9156C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.69%

 BLUE value IS 108 (42.58% from 255) = 34.39%

R = 58.92%
G = 6.69%
B = 34.39%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#B9156C (or 0xB9156C) is known color: Jazzberry Jam. HEX triplet: B9, 15 and 6C. RGB value is (185,21,108). Sum of RGB (Red+Green+Blue) = 185+21+108=314 (41% of max value = 765). Red value is 185 (72.66% from 255 or 58.92% from 314); Green value is 21 (8.59% from 255 or 6.69% from 314); Blue value is 108 (42.58% from 255 or 34.39% from 314); Max value from RGB is 185 - color contains mainly: red. Hex color #B9156C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B9156C is #46EA93. Grayscale: #4F4F4F. Windows color (decimal): -4647572 or 7083449. OLE color: 7083449.

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

Color convert

RGB 185 21 108 -
CMYK 0 0.89 0.42 0.27
HSL 328.17º 0.8% 0.4% -
HSV(B) 328.17º 0.89% 0.73% -
XYZ 22.98 11.93 15.28 -
YUV 79.95 143.83 202.93 -
System Red Green Blue C M Y K H S L
Decimal 185 21 108 0 0.89 0.42 0.27 328.17 0.8 0.4
Hex B9 15 6C 0 59 2A 1B 148 50 28
Octal 271 25 154 0 131 52 33 510 120 50
Binary 10111001 10101 1101100 0 1011001 101010 11011 101001000 1010000 101000

Color Harmonies of #B9156C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9156C

Black with #B9156C

Text Example


Text Example

White with #B9156C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9156C; }

 p { color: rgb(185,21,108); }

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

background-color css

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

 a { background-color: rgb(185,21,108); }

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

border-color css

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

 span { border-color: rgb(185,21,108); }

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