Html Css Color HEX #BF1166 Jazzberry Jam

📋 copy color: '#BF1166'

red 191 ◦ green 17 ◦ blue 102

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

Shades of Jazzberry Jam #BF1166

Tints of Jazzberry Jam #BF1166

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 32.9%

R = 61.61%
G = 5.48%
B = 32.9%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#BF1166 (or 0xBF1166) is known color: Jazzberry Jam. HEX triplet: BF, 11 and 66. RGB value is (191,17,102). Sum of RGB (Red+Green+Blue) = 191+17+102=310 (41% of max value = 765). Red value is 191 (75% from 255 or 61.61% from 310); Green value is 17 (7.03% from 255 or 5.48% from 310); Blue value is 102 (40.23% from 255 or 32.90% from 310); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1166 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF1166 is #40EE99. Grayscale: #4E4E4E. Windows color (decimal): -4255386 or 6689215. OLE color: 6689215.

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

Color convert

RGB 191 17 102 -
CMYK 0 0.91 0.47 0.25
HSL 330.69º 0.84% 0.41% -
HSV(B) 330.69º 0.91% 0.75% -
XYZ 24.08 12.44 13.7 -
YUV 78.72 141.15 208.09 -
System Red Green Blue C M Y K H S L
Decimal 191 17 102 0 0.91 0.47 0.25 330.69 0.84 0.41
Hex BF 11 66 0 5B 2F 19 14B 54 29
Octal 277 21 146 0 133 57 31 513 124 51
Binary 10111111 10001 1100110 0 1011011 101111 11001 101001011 1010100 101001

Color Harmonies of #BF1166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1166

Black with #BF1166

Text Example


Text Example

White with #BF1166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1166; }

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

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

background-color css

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

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

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

border-color css

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

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

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