Html Css Color HEX #BF1059 Jazzberry Jam

📋 copy color: '#BF1059'

red 191 ◦ green 16 ◦ blue 89

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

Shades of Jazzberry Jam #BF1059

Tints of Jazzberry Jam #BF1059

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.41%

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

R = 64.53%
G = 5.41%
B = 30.07%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#BF1059 (or 0xBF1059) is known color: Jazzberry Jam. HEX triplet: BF, 10 and 59. RGB value is (191,16,89). Sum of RGB (Red+Green+Blue) = 191+16+89=296 (39% of max value = 765). Red value is 191 (75% from 255 or 64.53% from 296); Green value is 16 (6.64% from 255 or 5.41% from 296); Blue value is 89 (35.16% from 255 or 30.07% from 296); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1059 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF1059 is #40EFA6. Grayscale: #4C4C4C. Windows color (decimal): -4255655 or 5836991. OLE color: 5836991.

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

Color convert

RGB 191 16 89 -
CMYK 0 0.92 0.53 0.25
HSL 334.97º 0.85% 0.41% -
HSV(B) 334.97º 0.92% 0.75% -
XYZ 23.47 12.17 10.56 -
YUV 76.65 134.98 209.56 -
System Red Green Blue C M Y K H S L
Decimal 191 16 89 0 0.92 0.53 0.25 334.97 0.85 0.41
Hex BF 10 59 0 5C 35 19 14F 55 29
Octal 277 20 131 0 134 65 31 517 125 51
Binary 10111111 10000 1011001 0 1011100 110101 11001 101001111 1010101 101001

Color Harmonies of #BF1059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1059

Black with #BF1059

Text Example


Text Example

White with #BF1059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1059; }

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

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

background-color css

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

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

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

border-color css

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

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

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