Html Css Color HEX #B91553 Jazzberry Jam

📋 copy color: '#B91553'

red 185 ◦ green 21 ◦ blue 83

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

Shades of Jazzberry Jam #B91553

Tints of Jazzberry Jam #B91553

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 28.72%

R = 64.01%
G = 7.27%
B = 28.72%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#B91553 (or 0xB91553) is known color: Jazzberry Jam. HEX triplet: B9, 15 and 53. RGB value is (185,21,83). Sum of RGB (Red+Green+Blue) = 185+21+83=289 (38% of max value = 765). Red value is 185 (72.66% from 255 or 64.01% from 289); Green value is 21 (8.59% from 255 or 7.27% from 289); Blue value is 83 (32.81% from 255 or 28.72% from 289); Max value from RGB is 185 - color contains mainly: red. Hex color #B91553 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B91553 is #46EAAC. Grayscale: #4D4D4D. Windows color (decimal): -4647597 or 5445049. OLE color: 5445049.

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

Color convert

RGB 185 21 83 -
CMYK 0 0.89 0.55 0.27
HSL 337.32º 0.8% 0.4% -
HSV(B) 337.32º 0.89% 0.73% -
XYZ 21.84 11.48 9.25 -
YUV 77.1 131.33 204.96 -
System Red Green Blue C M Y K H S L
Decimal 185 21 83 0 0.89 0.55 0.27 337.32 0.8 0.4
Hex B9 15 53 0 59 37 1B 151 50 28
Octal 271 25 123 0 131 67 33 521 120 50
Binary 10111001 10101 1010011 0 1011001 110111 11011 101010001 1010000 101000

Color Harmonies of #B91553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B91553

Black with #B91553

Text Example


Text Example

White with #B91553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B91553; }

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

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

background-color css

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

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

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

border-color css

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

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

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