Html Css Color HEX #B91562 Jazzberry Jam

📋 copy color: '#B91562'

red 185 ◦ green 21 ◦ blue 98

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

Shades of Jazzberry Jam #B91562

Tints of Jazzberry Jam #B91562

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 32.24%

R = 60.86%
G = 6.91%
B = 32.24%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#B91562 (or 0xB91562) is known color: Jazzberry Jam. HEX triplet: B9, 15 and 62. RGB value is (185,21,98). Sum of RGB (Red+Green+Blue) = 185+21+98=304 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.86% from 304); Green value is 21 (8.59% from 255 or 6.91% from 304); Blue value is 98 (38.67% from 255 or 32.24% from 304); Max value from RGB is 185 - color contains mainly: red. Hex color #B91562 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B91562 is #46EA9D. Grayscale: #4E4E4E. Windows color (decimal): -4647582 or 6428089. OLE color: 6428089.

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

Color convert

RGB 185 21 98 -
CMYK 0 0.89 0.47 0.27
HSL 331.83º 0.8% 0.4% -
HSV(B) 331.83º 0.89% 0.73% -
XYZ 22.48 11.73 12.64 -
YUV 78.81 138.83 203.74 -
System Red Green Blue C M Y K H S L
Decimal 185 21 98 0 0.89 0.47 0.27 331.83 0.8 0.4
Hex B9 15 62 0 59 2F 1B 14C 50 28
Octal 271 25 142 0 131 57 33 514 120 50
Binary 10111001 10101 1100010 0 1011001 101111 11011 101001100 1010000 101000

Color Harmonies of #B91562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B91562

Black with #B91562

Text Example


Text Example

White with #B91562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B91562; }

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

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

background-color css

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

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

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

border-color css

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

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

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