Html Css Color HEX #BF1459 Jazzberry Jam

📋 copy color: '#BF1459'

red 191 ◦ green 20 ◦ blue 89

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

Shades of Jazzberry Jam #BF1459

Tints of Jazzberry Jam #BF1459

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.67%

 BLUE value IS 89 (35.16% from 255) = 29.67%

R = 63.67%
G = 6.67%
B = 29.67%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#BF1459 (or 0xBF1459) is known color: Jazzberry Jam. HEX triplet: BF, 14 and 59. RGB value is (191,20,89). Sum of RGB (Red+Green+Blue) = 191+20+89=300 (39% of max value = 765). Red value is 191 (75% from 255 or 63.67% from 300); Green value is 20 (8.20% from 255 or 6.67% from 300); Blue value is 89 (35.16% from 255 or 29.67% from 300); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1459 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF1459 is #40EBA6. Grayscale: #4E4E4E. Windows color (decimal): -4254631 or 5838015. OLE color: 5838015.

HSL color Cylindrical-coordinate representation of color #BF1459: hue angle of 335.79º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BF1459 is Cyan = 0, Magento = 0.90, Yellow = 0.53 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 20 89 -
CMYK 0 0.90 0.53 0.25
HSL 335.79º 0.81% 0.41% -
HSV(B) 335.79º 0.9% 0.75% -
XYZ 23.54 12.3 10.58 -
YUV 79 133.65 207.89 -
System Red Green Blue C M Y K H S L
Decimal 191 20 89 0 0.90 0.53 0.25 335.79 0.81 0.41
Hex BF 14 59 0 5A 35 19 150 51 29
Octal 277 24 131 0 132 65 31 520 121 51
Binary 10111111 10100 1011001 0 1011010 110101 11001 101010000 1010001 101001

Color Harmonies of #BF1459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1459

Black with #BF1459

Text Example


Text Example

White with #BF1459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1459; }

 p { color: rgb(191,20,89); }

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

background-color css

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

 a { background-color: rgb(191,20,89); }

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

border-color css

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

 span { border-color: rgb(191,20,89); }

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