Html Css Color HEX #B91565 Jazzberry Jam

📋 copy color: '#B91565'

red 185 ◦ green 21 ◦ blue 101

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

Shades of Jazzberry Jam #B91565

Tints of Jazzberry Jam #B91565

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 32.9%

R = 60.26%
G = 6.84%
B = 32.9%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.45

 K value IS 0.27

RGB Variations

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

Color information

#B91565 (or 0xB91565) is known color: Jazzberry Jam. HEX triplet: B9, 15 and 65. RGB value is (185,21,101). Sum of RGB (Red+Green+Blue) = 185+21+101=307 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.26% from 307); Green value is 21 (8.59% from 255 or 6.84% from 307); Blue value is 101 (39.84% from 255 or 32.90% from 307); Max value from RGB is 185 - color contains mainly: red. Hex color #B91565 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B91565 is #46EA9A. Grayscale: #4F4F4F. Windows color (decimal): -4647579 or 6624697. OLE color: 6624697.

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

Color convert

RGB 185 21 101 -
CMYK 0 0.89 0.45 0.27
HSL 330.73º 0.8% 0.4% -
HSV(B) 330.73º 0.89% 0.73% -
XYZ 22.62 11.79 13.4 -
YUV 79.16 140.33 203.5 -
System Red Green Blue C M Y K H S L
Decimal 185 21 101 0 0.89 0.45 0.27 330.73 0.8 0.4
Hex B9 15 65 0 59 2D 1B 14B 50 28
Octal 271 25 145 0 131 55 33 513 120 50
Binary 10111001 10101 1100101 0 1011001 101101 11011 101001011 1010000 101000

Color Harmonies of #B91565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B91565

Black with #B91565

Text Example


Text Example

White with #B91565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B91565; }

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

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

background-color css

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

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

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

border-color css

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

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

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