Html Css Color HEX #BF1264 Jazzberry Jam

📋 copy color: '#BF1264'

red 191 ◦ green 18 ◦ blue 100

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

Shades of Jazzberry Jam #BF1264

Tints of Jazzberry Jam #BF1264

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.83%

 BLUE value IS 100 (39.45% from 255) = 32.36%

R = 61.81%
G = 5.83%
B = 32.36%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#BF1264 (or 0xBF1264) is known color: Jazzberry Jam. HEX triplet: BF, 12 and 64. RGB value is (191,18,100). Sum of RGB (Red+Green+Blue) = 191+18+100=309 (40% of max value = 765). Red value is 191 (75% from 255 or 61.81% from 309); Green value is 18 (7.42% from 255 or 5.83% from 309); Blue value is 100 (39.45% from 255 or 32.36% from 309); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1264 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF1264 is #40ED9B. Grayscale: #4E4E4E. Windows color (decimal): -4255132 or 6558399. OLE color: 6558399.

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

Color convert

RGB 191 18 100 -
CMYK 0 0.91 0.48 0.25
HSL 331.56º 0.83% 0.41% -
HSV(B) 331.56º 0.91% 0.75% -
XYZ 24 12.43 13.19 -
YUV 79.08 139.81 207.83 -
System Red Green Blue C M Y K H S L
Decimal 191 18 100 0 0.91 0.48 0.25 331.56 0.83 0.41
Hex BF 12 64 0 5B 30 19 14C 53 29
Octal 277 22 144 0 133 60 31 514 123 51
Binary 10111111 10010 1100100 0 1011011 110000 11001 101001100 1010011 101001

Color Harmonies of #BF1264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1264

Black with #BF1264

Text Example


Text Example

White with #BF1264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1264; }

 p { color: rgb(191,18,100); }

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

background-color css

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

 a { background-color: rgb(191,18,100); }

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

border-color css

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

 span { border-color: rgb(191,18,100); }

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