Html Css Color HEX #BF1159 Jazzberry Jam

📋 copy color: '#BF1159'

red 191 ◦ green 17 ◦ blue 89

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

Shades of Jazzberry Jam #BF1159

Tints of Jazzberry Jam #BF1159

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.72%

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

R = 64.31%
G = 5.72%
B = 29.97%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#BF1159 (or 0xBF1159) is known color: Jazzberry Jam. HEX triplet: BF, 11 and 59. RGB value is (191,17,89). Sum of RGB (Red+Green+Blue) = 191+17+89=297 (39% of max value = 765). Red value is 191 (75% from 255 or 64.31% from 297); Green value is 17 (7.03% from 255 or 5.72% from 297); Blue value is 89 (35.16% from 255 or 29.97% from 297); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1159 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF1159 is #40EEA6. Grayscale: #4D4D4D. Windows color (decimal): -4255399 or 5837247. OLE color: 5837247.

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

Color convert

RGB 191 17 89 -
CMYK 0 0.91 0.53 0.25
HSL 335.17º 0.84% 0.41% -
HSV(B) 335.17º 0.91% 0.75% -
XYZ 23.49 12.2 10.57 -
YUV 77.23 134.65 209.15 -
System Red Green Blue C M Y K H S L
Decimal 191 17 89 0 0.91 0.53 0.25 335.17 0.84 0.41
Hex BF 11 59 0 5B 35 19 14F 54 29
Octal 277 21 131 0 133 65 31 517 124 51
Binary 10111111 10001 1011001 0 1011011 110101 11001 101001111 1010100 101001

Color Harmonies of #BF1159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1159

Black with #BF1159

Text Example


Text Example

White with #BF1159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1159; }

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

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

background-color css

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

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

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

border-color css

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

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

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