Html Css Color HEX #BF1863 Jazzberry Jam

📋 copy color: '#BF1863'

red 191 ◦ green 24 ◦ blue 99

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

Shades of Jazzberry Jam #BF1863

Tints of Jazzberry Jam #BF1863

RGB

 RED value IS 191 (75% from 255) = 60.83%

 GREEN value IS 24 (9.77% from 255) = 7.64%

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

R = 60.83%
G = 7.64%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#BF1863 (or 0xBF1863) is known color: Jazzberry Jam. HEX triplet: BF, 18 and 63. RGB value is (191,24,99). Sum of RGB (Red+Green+Blue) = 191+24+99=314 (41% of max value = 765). Red value is 191 (75% from 255 or 60.83% from 314); Green value is 24 (9.77% from 255 or 7.64% from 314); Blue value is 99 (39.06% from 255 or 31.53% from 314); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1863 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF1863 is #40E79C. Grayscale: #525252. Windows color (decimal): -4253597 or 6494399. OLE color: 6494399.

HSL color Cylindrical-coordinate representation of color #BF1863: hue angle of 333.05º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BF1863 is Cyan = 0, Magento = 0.87, Yellow = 0.48 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 24 99 -
CMYK 0 0.87 0.48 0.25
HSL 333.05º 0.78% 0.42% -
HSV(B) 333.05º 0.87% 0.75% -
XYZ 24.06 12.63 12.97 -
YUV 82.48 137.33 205.4 -
System Red Green Blue C M Y K H S L
Decimal 191 24 99 0 0.87 0.48 0.25 333.05 0.78 0.42
Hex BF 18 63 0 57 30 19 14D 4E 2A
Octal 277 30 143 0 127 60 31 515 116 52
Binary 10111111 11000 1100011 0 1010111 110000 11001 101001101 1001110 101010

Color Harmonies of #BF1863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1863

Black with #BF1863

Text Example


Text Example

White with #BF1863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1863; }

 p { color: rgb(191,24,99); }

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

background-color css

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

 a { background-color: rgb(191,24,99); }

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

border-color css

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

 span { border-color: rgb(191,24,99); }

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