Html Css Color HEX #B91B63 Jazzberry Jam

📋 copy color: '#B91B63'

red 185 ◦ green 27 ◦ blue 99

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

Shades of Jazzberry Jam #B91B63

Tints of Jazzberry Jam #B91B63

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.68%

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

R = 59.49%
G = 8.68%
B = 31.83%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.46

 K value IS 0.27

RGB Variations

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

Color information

#B91B63 (or 0xB91B63) is known color: Jazzberry Jam. HEX triplet: B9, 1B and 63. RGB value is (185,27,99). Sum of RGB (Red+Green+Blue) = 185+27+99=311 (41% of max value = 765). Red value is 185 (72.66% from 255 or 59.49% from 311); Green value is 27 (10.94% from 255 or 8.68% from 311); Blue value is 99 (39.06% from 255 or 31.83% from 311); Max value from RGB is 185 - color contains mainly: red. Hex color #B91B63 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B91B63 is #46E49C. Grayscale: #525252. Windows color (decimal): -4646045 or 6495161. OLE color: 6495161.

HSL color Cylindrical-coordinate representation of color #B91B63: hue angle of 332.66º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B91B63 is Cyan = 0, Magento = 0.85, Yellow = 0.46 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 27 99 -
CMYK 0 0.85 0.46 0.27
HSL 332.66º 0.75% 0.42% -
HSV(B) 332.66º 0.85% 0.73% -
XYZ 22.65 12 12.93 -
YUV 82.45 137.35 201.15 -
System Red Green Blue C M Y K H S L
Decimal 185 27 99 0 0.85 0.46 0.27 332.66 0.75 0.42
Hex B9 1B 63 0 55 2E 1B 14D 4B 2A
Octal 271 33 143 0 125 56 33 515 113 52
Binary 10111001 11011 1100011 0 1010101 101110 11011 101001101 1001011 101010

Color Harmonies of #B91B63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B91B63

Black with #B91B63

Text Example


Text Example

White with #B91B63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B91B63; }

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

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

background-color css

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

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

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

border-color css

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

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

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