Html Css Color HEX #BF1666 Jazzberry Jam

📋 copy color: '#BF1666'

red 191 ◦ green 22 ◦ blue 102

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

Shades of Jazzberry Jam #BF1666

Tints of Jazzberry Jam #BF1666

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.98%

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

R = 60.63%
G = 6.98%
B = 32.38%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#BF1666 (or 0xBF1666) is known color: Jazzberry Jam. HEX triplet: BF, 16 and 66. RGB value is (191,22,102). Sum of RGB (Red+Green+Blue) = 191+22+102=315 (41% of max value = 765). Red value is 191 (75% from 255 or 60.63% from 315); Green value is 22 (8.98% from 255 or 6.98% from 315); Blue value is 102 (40.23% from 255 or 32.38% from 315); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1666 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF1666 is #40E999. Grayscale: #515151. Windows color (decimal): -4254106 or 6690495. OLE color: 6690495.

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

Color convert

RGB 191 22 102 -
CMYK 0 0.88 0.47 0.25
HSL 331.6º 0.79% 0.42% -
HSV(B) 331.6º 0.88% 0.75% -
XYZ 24.17 12.61 13.73 -
YUV 81.65 139.49 206 -
System Red Green Blue C M Y K H S L
Decimal 191 22 102 0 0.88 0.47 0.25 331.6 0.79 0.42
Hex BF 16 66 0 58 2F 19 14C 4F 2A
Octal 277 26 146 0 130 57 31 514 117 52
Binary 10111111 10110 1100110 0 1011000 101111 11001 101001100 1001111 101010

Color Harmonies of #BF1666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1666

Black with #BF1666

Text Example


Text Example

White with #BF1666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1666; }

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

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

background-color css

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

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

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

border-color css

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

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

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