Html Css Color HEX #BF1869 Jazzberry Jam

📋 copy color: '#BF1869'

red 191 ◦ green 24 ◦ blue 105

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

Shades of Jazzberry Jam #BF1869

Tints of Jazzberry Jam #BF1869

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.5%

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

R = 59.69%
G = 7.5%
B = 32.81%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#BF1869 (or 0xBF1869) is known color: Jazzberry Jam. HEX triplet: BF, 18 and 69. RGB value is (191,24,105). Sum of RGB (Red+Green+Blue) = 191+24+105=320 (42% of max value = 765). Red value is 191 (75% from 255 or 59.69% from 320); Green value is 24 (9.77% from 255 or 7.5% from 320); Blue value is 105 (41.41% from 255 or 32.81% from 320); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1869 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF1869 is #40E796. Grayscale: #535353. Windows color (decimal): -4253591 or 6887615. OLE color: 6887615.

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

Color convert

RGB 191 24 105 -
CMYK 0 0.87 0.45 0.25
HSL 330.9º 0.78% 0.42% -
HSV(B) 330.9º 0.87% 0.75% -
XYZ 24.36 12.75 14.54 -
YUV 83.17 140.33 204.91 -
System Red Green Blue C M Y K H S L
Decimal 191 24 105 0 0.87 0.45 0.25 330.9 0.78 0.42
Hex BF 18 69 0 57 2D 19 14B 4E 2A
Octal 277 30 151 0 127 55 31 513 116 52
Binary 10111111 11000 1101001 0 1010111 101101 11001 101001011 1001110 101010

Color Harmonies of #BF1869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1869

Black with #BF1869

Text Example


Text Example

White with #BF1869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1869; }

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

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

background-color css

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

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

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

border-color css

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

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

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