Html Css Color HEX #BF1356 Jazzberry Jam

📋 copy color: '#BF1356'

red 191 ◦ green 19 ◦ blue 86

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

Shades of Jazzberry Jam #BF1356

Tints of Jazzberry Jam #BF1356

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.42%

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

R = 64.53%
G = 6.42%
B = 29.05%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.55

 K value IS 0.25

RGB Variations

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

Color information

#BF1356 (or 0xBF1356) is known color: Jazzberry Jam. HEX triplet: BF, 13 and 56. RGB value is (191,19,86). Sum of RGB (Red+Green+Blue) = 191+19+86=296 (39% of max value = 765). Red value is 191 (75% from 255 or 64.53% from 296); Green value is 19 (7.81% from 255 or 6.42% from 296); Blue value is 86 (33.98% from 255 or 29.05% from 296); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1356 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF1356 is #40ECA9. Grayscale: #4D4D4D. Windows color (decimal): -4254890 or 5641151. OLE color: 5641151.

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

Color convert

RGB 191 19 86 -
CMYK 0 0.90 0.55 0.25
HSL 336.63º 0.82% 0.41% -
HSV(B) 336.63º 0.9% 0.75% -
XYZ 23.4 12.21 9.93 -
YUV 78.07 132.48 208.55 -
System Red Green Blue C M Y K H S L
Decimal 191 19 86 0 0.90 0.55 0.25 336.63 0.82 0.41
Hex BF 13 56 0 5A 37 19 151 52 29
Octal 277 23 126 0 132 67 31 521 122 51
Binary 10111111 10011 1010110 0 1011010 110111 11001 101010001 1010010 101001

Color Harmonies of #BF1356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1356

Black with #BF1356

Text Example


Text Example

White with #BF1356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1356; }

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

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

background-color css

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

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

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

border-color css

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

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

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