Html Css Color HEX #BF1156 Jazzberry Jam

📋 copy color: '#BF1156'

red 191 ◦ green 17 ◦ blue 86

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

Shades of Jazzberry Jam #BF1156

Tints of Jazzberry Jam #BF1156

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 29.25%

R = 64.97%
G = 5.78%
B = 29.25%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.55

 K value IS 0.25

RGB Variations

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

Color information

#BF1156 (or 0xBF1156) is known color: Jazzberry Jam. HEX triplet: BF, 11 and 56. RGB value is (191,17,86). Sum of RGB (Red+Green+Blue) = 191+17+86=294 (38% of max value = 765). Red value is 191 (75% from 255 or 64.97% from 294); Green value is 17 (7.03% from 255 or 5.78% from 294); Blue value is 86 (33.98% from 255 or 29.25% from 294); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1156 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF1156 is #40EEA9. Grayscale: #4C4C4C. Windows color (decimal): -4255402 or 5640639. OLE color: 5640639.

HSL color Cylindrical-coordinate representation of color #BF1156: hue angle of 336.21º 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 #BF1156 is Cyan = 0, Magento = 0.91, Yellow = 0.55 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 17 86 -
CMYK 0 0.91 0.55 0.25
HSL 336.21º 0.84% 0.41% -
HSV(B) 336.21º 0.91% 0.75% -
XYZ 23.37 12.15 9.92 -
YUV 76.89 133.15 209.39 -
System Red Green Blue C M Y K H S L
Decimal 191 17 86 0 0.91 0.55 0.25 336.21 0.84 0.41
Hex BF 11 56 0 5B 37 19 150 54 29
Octal 277 21 126 0 133 67 31 520 124 51
Binary 10111111 10001 1010110 0 1011011 110111 11001 101010000 1010100 101001

Color Harmonies of #BF1156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1156

Black with #BF1156

Text Example


Text Example

White with #BF1156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1156; }

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

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

background-color css

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

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

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

border-color css

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

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

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