Html Css Color HEX #B91961 Jazzberry Jam

📋 copy color: '#B91961'

red 185 ◦ green 25 ◦ blue 97

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

Shades of Jazzberry Jam #B91961

Tints of Jazzberry Jam #B91961

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.14%

 BLUE value IS 97 (38.28% from 255) = 31.6%

R = 60.26%
G = 8.14%
B = 31.6%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.48

 K value IS 0.27

RGB Variations

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

Color information

#B91961 (or 0xB91961) is known color: Jazzberry Jam. HEX triplet: B9, 19 and 61. RGB value is (185,25,97). Sum of RGB (Red+Green+Blue) = 185+25+97=307 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.26% from 307); Green value is 25 (10.16% from 255 or 8.14% from 307); Blue value is 97 (38.28% from 255 or 31.60% from 307); Max value from RGB is 185 - color contains mainly: red. Hex color #B91961 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B91961 is #46E69E. Grayscale: #505050. Windows color (decimal): -4646559 or 6363577. OLE color: 6363577.

HSL color Cylindrical-coordinate representation of color #B91961: hue angle of 333º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B91961 is Cyan = 0, Magento = 0.86, Yellow = 0.48 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 25 97 -
CMYK 0 0.86 0.48 0.27
HSL 333º 0.76% 0.41% -
HSV(B) 333º 0.86% 0.73% -
XYZ 22.51 11.87 12.41 -
YUV 81.05 137.01 202.15 -
System Red Green Blue C M Y K H S L
Decimal 185 25 97 0 0.86 0.48 0.27 333 0.76 0.41
Hex B9 19 61 0 56 30 1B 14D 4C 29
Octal 271 31 141 0 126 60 33 515 114 51
Binary 10111001 11001 1100001 0 1010110 110000 11011 101001101 1001100 101001

Color Harmonies of #B91961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B91961

Black with #B91961

Text Example


Text Example

White with #B91961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B91961; }

 p { color: rgb(185,25,97); }

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

background-color css

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

 a { background-color: rgb(185,25,97); }

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

border-color css

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

 span { border-color: rgb(185,25,97); }

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