Html Css Color HEX #BF1560 Jazzberry Jam

📋 copy color: '#BF1560'

red 191 ◦ green 21 ◦ blue 96

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

Shades of Jazzberry Jam #BF1560

Tints of Jazzberry Jam #BF1560

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 31.17%

R = 62.01%
G = 6.82%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.50

 K value IS 0.25

RGB Variations

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

Color information

#BF1560 (or 0xBF1560) is known color: Jazzberry Jam. HEX triplet: BF, 15 and 60. RGB value is (191,21,96). Sum of RGB (Red+Green+Blue) = 191+21+96=308 (40% of max value = 765). Red value is 191 (75% from 255 or 62.01% from 308); Green value is 21 (8.59% from 255 or 6.82% from 308); Blue value is 96 (37.89% from 255 or 31.17% from 308); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1560 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF1560 is #40EA9F. Grayscale: #505050. Windows color (decimal): -4254368 or 6297023. OLE color: 6297023.

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

Color convert

RGB 191 21 96 -
CMYK 0 0.89 0.50 0.25
HSL 333.53º 0.8% 0.42% -
HSV(B) 333.53º 0.89% 0.75% -
XYZ 23.87 12.46 12.21 -
YUV 80.38 136.82 206.9 -
System Red Green Blue C M Y K H S L
Decimal 191 21 96 0 0.89 0.50 0.25 333.53 0.8 0.42
Hex BF 15 60 0 59 32 19 14E 50 2A
Octal 277 25 140 0 131 62 31 516 120 52
Binary 10111111 10101 1100000 0 1011001 110010 11001 101001110 1010000 101010

Color Harmonies of #BF1560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1560

Black with #BF1560

Text Example


Text Example

White with #BF1560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1560; }

 p { color: rgb(191,21,96); }

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

background-color css

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

 a { background-color: rgb(191,21,96); }

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

border-color css

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

 span { border-color: rgb(191,21,96); }

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