Html Css Color HEX #B91963 Jazzberry Jam

📋 copy color: '#B91963'

red 185 ◦ green 25 ◦ blue 99

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

Shades of Jazzberry Jam #B91963

Tints of Jazzberry Jam #B91963

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 32.04%

R = 59.87%
G = 8.09%
B = 32.04%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.46

 K value IS 0.27

RGB Variations

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

Color information

#B91963 (or 0xB91963) is known color: Jazzberry Jam. HEX triplet: B9, 19 and 63. RGB value is (185,25,99). Sum of RGB (Red+Green+Blue) = 185+25+99=309 (40% of max value = 765). Red value is 185 (72.66% from 255 or 59.87% from 309); Green value is 25 (10.16% from 255 or 8.09% from 309); Blue value is 99 (39.06% from 255 or 32.04% from 309); Max value from RGB is 185 - color contains mainly: red. Hex color #B91963 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B91963 is #46E69C. Grayscale: #515151. Windows color (decimal): -4646557 or 6494649. OLE color: 6494649.

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

Color convert

RGB 185 25 99 -
CMYK 0 0.86 0.46 0.27
HSL 332.25º 0.76% 0.41% -
HSV(B) 332.25º 0.86% 0.73% -
XYZ 22.61 11.91 12.91 -
YUV 81.28 138.01 201.98 -
System Red Green Blue C M Y K H S L
Decimal 185 25 99 0 0.86 0.46 0.27 332.25 0.76 0.41
Hex B9 19 63 0 56 2E 1B 14C 4C 29
Octal 271 31 143 0 126 56 33 514 114 51
Binary 10111001 11001 1100011 0 1010110 101110 11011 101001100 1001100 101001

Color Harmonies of #B91963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B91963

Black with #B91963

Text Example


Text Example

White with #B91963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B91963; }

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

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

background-color css

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

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

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

border-color css

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

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

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