Html Css Color HEX #B9156B Jazzberry Jam

📋 copy color: '#B9156B'

red 185 ◦ green 21 ◦ blue 107

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

Shades of Jazzberry Jam #B9156B

Tints of Jazzberry Jam #B9156B

RGB

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

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

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

R = 59.11%
G = 6.71%
B = 34.19%

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

#B9156B (or 0xB9156B) is known color: Jazzberry Jam. HEX triplet: B9, 15 and 6B. RGB value is (185,21,107). Sum of RGB (Red+Green+Blue) = 185+21+107=313 (41% of max value = 765). Red value is 185 (72.66% from 255 or 59.11% from 313); Green value is 21 (8.59% from 255 or 6.71% from 313); Blue value is 107 (42.19% from 255 or 34.19% from 313); Max value from RGB is 185 - color contains mainly: red. Hex color #B9156B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B9156B is #46EA94. Grayscale: #4F4F4F. Windows color (decimal): -4647573 or 7017913. OLE color: 7017913.

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

Color convert

RGB 185 21 107 -
CMYK 0 0.89 0.42 0.27
HSL 328.54º 0.8% 0.4% -
HSV(B) 328.54º 0.89% 0.73% -
XYZ 22.93 11.91 15 -
YUV 79.84 143.33 203.01 -
System Red Green Blue C M Y K H S L
Decimal 185 21 107 0 0.89 0.42 0.27 328.54 0.8 0.4
Hex B9 15 6B 0 59 2A 1B 149 50 28
Octal 271 25 153 0 131 52 33 511 120 50
Binary 10111001 10101 1101011 0 1011001 101010 11011 101001001 1010000 101000

Color Harmonies of #B9156B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9156B

Black with #B9156B

Text Example


Text Example

White with #B9156B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9156B; }

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

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

background-color css

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

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

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

border-color css

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

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

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