Html Css Color HEX #B91256 Jazzberry Jam

📋 copy color: '#B91256'

red 185 ◦ green 18 ◦ blue 86

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

Shades of Jazzberry Jam #B91256

Tints of Jazzberry Jam #B91256

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.23%

 BLUE value IS 86 (33.98% from 255) = 29.76%

R = 64.01%
G = 6.23%
B = 29.76%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.54

 K value IS 0.27

RGB Variations

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

Color information

#B91256 (or 0xB91256) is known color: Jazzberry Jam. HEX triplet: B9, 12 and 56. RGB value is (185,18,86). Sum of RGB (Red+Green+Blue) = 185+18+86=289 (38% of max value = 765). Red value is 185 (72.66% from 255 or 64.01% from 289); Green value is 18 (7.42% from 255 or 6.23% from 289); Blue value is 86 (33.98% from 255 or 29.76% from 289); Max value from RGB is 185 - color contains mainly: red. Hex color #B91256 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B91256 is #46EDA9. Grayscale: #4B4B4B. Windows color (decimal): -4648362 or 5640889. OLE color: 5640889.

HSL color Cylindrical-coordinate representation of color #B91256: hue angle of 335.57º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B91256 is Cyan = 0, Magento = 0.90, Yellow = 0.54 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 18 86 -
CMYK 0 0.90 0.54 0.27
HSL 335.57º 0.82% 0.4% -
HSV(B) 335.57º 0.9% 0.73% -
XYZ 21.9 11.42 9.85 -
YUV 75.69 133.83 205.97 -
System Red Green Blue C M Y K H S L
Decimal 185 18 86 0 0.90 0.54 0.27 335.57 0.82 0.4
Hex B9 12 56 0 5A 36 1B 150 52 28
Octal 271 22 126 0 132 66 33 520 122 50
Binary 10111001 10010 1010110 0 1011010 110110 11011 101010000 1010010 101000

Color Harmonies of #B91256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B91256

Black with #B91256

Text Example


Text Example

White with #B91256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B91256; }

 p { color: rgb(185,18,86); }

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

background-color css

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

 a { background-color: rgb(185,18,86); }

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

border-color css

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

 span { border-color: rgb(185,18,86); }

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