Html Css Color HEX #BF1569 Jazzberry Jam

📋 copy color: '#BF1569'

red 191 ◦ green 21 ◦ blue 105

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

Shades of Jazzberry Jam #BF1569

Tints of Jazzberry Jam #BF1569

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.62%

 BLUE value IS 105 (41.41% from 255) = 33.12%

R = 60.25%
G = 6.62%
B = 33.12%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#BF1569 (or 0xBF1569) is known color: Jazzberry Jam. HEX triplet: BF, 15 and 69. RGB value is (191,21,105). Sum of RGB (Red+Green+Blue) = 191+21+105=317 (41% of max value = 765). Red value is 191 (75% from 255 or 60.25% from 317); Green value is 21 (8.59% from 255 or 6.62% from 317); Blue value is 105 (41.41% from 255 or 33.12% from 317); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1569 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF1569 is #40EA96. Grayscale: #515151. Windows color (decimal): -4254359 or 6886847. OLE color: 6886847.

HSL color Cylindrical-coordinate representation of color #BF1569: hue angle of 330.35º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BF1569 is Cyan = 0, Magento = 0.89, Yellow = 0.45 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 21 105 -
CMYK 0 0.89 0.45 0.25
HSL 330.35º 0.8% 0.42% -
HSV(B) 330.35º 0.89% 0.75% -
XYZ 24.3 12.63 14.52 -
YUV 81.41 141.32 206.17 -
System Red Green Blue C M Y K H S L
Decimal 191 21 105 0 0.89 0.45 0.25 330.35 0.8 0.42
Hex BF 15 69 0 59 2D 19 14A 50 2A
Octal 277 25 151 0 131 55 31 512 120 52
Binary 10111111 10101 1101001 0 1011001 101101 11001 101001010 1010000 101010

Color Harmonies of #BF1569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1569

Black with #BF1569

Text Example


Text Example

White with #BF1569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1569; }

 p { color: rgb(191,21,105); }

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

background-color css

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

 a { background-color: rgb(191,21,105); }

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

border-color css

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

 span { border-color: rgb(191,21,105); }

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