Html Css Color HEX #B91568 Jazzberry Jam

📋 copy color: '#B91568'

red 185 ◦ green 21 ◦ blue 104

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

Shades of Jazzberry Jam #B91568

Tints of Jazzberry Jam #B91568

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 33.55%

R = 59.68%
G = 6.77%
B = 33.55%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.44

 K value IS 0.27

RGB Variations

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

Color information

#B91568 (or 0xB91568) is known color: Jazzberry Jam. HEX triplet: B9, 15 and 68. RGB value is (185,21,104). Sum of RGB (Red+Green+Blue) = 185+21+104=310 (41% of max value = 765). Red value is 185 (72.66% from 255 or 59.68% from 310); Green value is 21 (8.59% from 255 or 6.77% from 310); Blue value is 104 (41.02% from 255 or 33.55% from 310); Max value from RGB is 185 - color contains mainly: red. Hex color #B91568 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B91568 is #46EA97. Grayscale: #4F4F4F. Windows color (decimal): -4647576 or 6821305. OLE color: 6821305.

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

Color convert

RGB 185 21 104 -
CMYK 0 0.89 0.44 0.27
HSL 329.63º 0.8% 0.4% -
HSV(B) 329.63º 0.89% 0.73% -
XYZ 22.77 11.85 14.18 -
YUV 79.5 141.83 203.25 -
System Red Green Blue C M Y K H S L
Decimal 185 21 104 0 0.89 0.44 0.27 329.63 0.8 0.4
Hex B9 15 68 0 59 2C 1B 14A 50 28
Octal 271 25 150 0 131 54 33 512 120 50
Binary 10111001 10101 1101000 0 1011001 101100 11011 101001010 1010000 101000

Color Harmonies of #B91568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B91568

Black with #B91568

Text Example


Text Example

White with #B91568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B91568; }

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

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

background-color css

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

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

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

border-color css

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

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

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