Html Css Color HEX #B91552 Jazzberry Jam

📋 copy color: '#B91552'

red 185 ◦ green 21 ◦ blue 82

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

Shades of Jazzberry Jam #B91552

Tints of Jazzberry Jam #B91552

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 28.47%

R = 64.24%
G = 7.29%
B = 28.47%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#B91552 (or 0xB91552) is known color: Jazzberry Jam. HEX triplet: B9, 15 and 52. RGB value is (185,21,82). Sum of RGB (Red+Green+Blue) = 185+21+82=288 (38% of max value = 765). Red value is 185 (72.66% from 255 or 64.24% from 288); Green value is 21 (8.59% from 255 or 7.29% from 288); Blue value is 82 (32.42% from 255 or 28.47% from 288); Max value from RGB is 185 - color contains mainly: red. Hex color #B91552 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B91552 is #46EAAD. Grayscale: #4C4C4C. Windows color (decimal): -4647598 or 5379513. OLE color: 5379513.

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

Color convert

RGB 185 21 82 -
CMYK 0 0.89 0.56 0.27
HSL 337.68º 0.8% 0.4% -
HSV(B) 337.68º 0.89% 0.73% -
XYZ 21.8 11.46 9.05 -
YUV 76.99 130.83 205.04 -
System Red Green Blue C M Y K H S L
Decimal 185 21 82 0 0.89 0.56 0.27 337.68 0.8 0.4
Hex B9 15 52 0 59 38 1B 152 50 28
Octal 271 25 122 0 131 70 33 522 120 50
Binary 10111001 10101 1010010 0 1011001 111000 11011 101010010 1010000 101000

Color Harmonies of #B91552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B91552

Black with #B91552

Text Example


Text Example

White with #B91552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B91552; }

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

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

background-color css

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

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

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

border-color css

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

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

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