Html Css Color HEX #BF1168 Jazzberry Jam

📋 copy color: '#BF1168'

red 191 ◦ green 17 ◦ blue 104

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

Shades of Jazzberry Jam #BF1168

Tints of Jazzberry Jam #BF1168

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 33.33%

R = 61.22%
G = 5.45%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.46

 K value IS 0.25

RGB Variations

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

Color information

#BF1168 (or 0xBF1168) is known color: Jazzberry Jam. HEX triplet: BF, 11 and 68. RGB value is (191,17,104). Sum of RGB (Red+Green+Blue) = 191+17+104=312 (41% of max value = 765). Red value is 191 (75% from 255 or 61.22% from 312); Green value is 17 (7.03% from 255 or 5.45% from 312); Blue value is 104 (41.02% from 255 or 33.33% from 312); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1168 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF1168 is #40EE97. Grayscale: #4E4E4E. Windows color (decimal): -4255384 or 6820287. OLE color: 6820287.

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

Color convert

RGB 191 17 104 -
CMYK 0 0.91 0.46 0.25
HSL 330º 0.84% 0.41% -
HSV(B) 330º 0.91% 0.75% -
XYZ 24.19 12.48 14.23 -
YUV 78.94 142.15 207.93 -
System Red Green Blue C M Y K H S L
Decimal 191 17 104 0 0.91 0.46 0.25 330 0.84 0.41
Hex BF 11 68 0 5B 2E 19 14A 54 29
Octal 277 21 150 0 133 56 31 512 124 51
Binary 10111111 10001 1101000 0 1011011 101110 11001 101001010 1010100 101001

Color Harmonies of #BF1168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1168

Black with #BF1168

Text Example


Text Example

White with #BF1168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1168; }

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

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

background-color css

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

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

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

border-color css

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

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

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