Html Css Color HEX #B91860 Jazzberry Jam

📋 copy color: '#B91860'

red 185 ◦ green 24 ◦ blue 96

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

Shades of Jazzberry Jam #B91860

Tints of Jazzberry Jam #B91860

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.87%

 BLUE value IS 96 (37.89% from 255) = 31.48%

R = 60.66%
G = 7.87%
B = 31.48%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.48

 K value IS 0.27

RGB Variations

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

Color information

#B91860 (or 0xB91860) is known color: Jazzberry Jam. HEX triplet: B9, 18 and 60. RGB value is (185,24,96). Sum of RGB (Red+Green+Blue) = 185+24+96=305 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.66% from 305); Green value is 24 (9.77% from 255 or 7.87% from 305); Blue value is 96 (37.89% from 255 or 31.48% from 305); Max value from RGB is 185 - color contains mainly: red. Hex color #B91860 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B91860 is #46E79F. Grayscale: #505050. Windows color (decimal): -4646816 or 6297785. OLE color: 6297785.

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

Color convert

RGB 185 24 96 -
CMYK 0 0.87 0.48 0.27
HSL 333.17º 0.77% 0.41% -
HSV(B) 333.17º 0.87% 0.73% -
XYZ 22.45 11.81 12.16 -
YUV 80.35 136.84 202.65 -
System Red Green Blue C M Y K H S L
Decimal 185 24 96 0 0.87 0.48 0.27 333.17 0.77 0.41
Hex B9 18 60 0 57 30 1B 14D 4D 29
Octal 271 30 140 0 127 60 33 515 115 51
Binary 10111001 11000 1100000 0 1010111 110000 11011 101001101 1001101 101001

Color Harmonies of #B91860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B91860

Black with #B91860

Text Example


Text Example

White with #B91860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B91860; }

 p { color: rgb(185,24,96); }

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

background-color css

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

 a { background-color: rgb(185,24,96); }

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

border-color css

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

 span { border-color: rgb(185,24,96); }

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