Html Css Color HEX #B91959 Jazzberry Jam

📋 copy color: '#B91959'

red 185 ◦ green 25 ◦ blue 89

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

Shades of Jazzberry Jam #B91959

Tints of Jazzberry Jam #B91959

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 29.77%

R = 61.87%
G = 8.36%
B = 29.77%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.52

 K value IS 0.27

RGB Variations

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

Color information

#B91959 (or 0xB91959) is known color: Jazzberry Jam. HEX triplet: B9, 19 and 59. RGB value is (185,25,89). Sum of RGB (Red+Green+Blue) = 185+25+89=299 (39% of max value = 765). Red value is 185 (72.66% from 255 or 61.87% from 299); Green value is 25 (10.16% from 255 or 8.36% from 299); Blue value is 89 (35.16% from 255 or 29.77% from 299); Max value from RGB is 185 - color contains mainly: red. Hex color #B91959 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B91959 is #46E6A6. Grayscale: #505050. Windows color (decimal): -4646567 or 5839289. OLE color: 5839289.

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

Color convert

RGB 185 25 89 -
CMYK 0 0.86 0.52 0.27
HSL 336º 0.76% 0.41% -
HSV(B) 336º 0.86% 0.73% -
XYZ 22.16 11.73 10.55 -
YUV 80.14 133.01 202.8 -
System Red Green Blue C M Y K H S L
Decimal 185 25 89 0 0.86 0.52 0.27 336 0.76 0.41
Hex B9 19 59 0 56 34 1B 150 4C 29
Octal 271 31 131 0 126 64 33 520 114 51
Binary 10111001 11001 1011001 0 1010110 110100 11011 101010000 1001100 101001

Color Harmonies of #B91959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B91959

Black with #B91959

Text Example


Text Example

White with #B91959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B91959; }

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

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

background-color css

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

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

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

border-color css

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

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

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