Html Css Color HEX #BF0E65 Jazzberry Jam

📋 copy color: '#BF0E65'

red 191 ◦ green 14 ◦ blue 101

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

Shades of Jazzberry Jam #BF0E65

Tints of Jazzberry Jam #BF0E65

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.58%

 BLUE value IS 101 (39.84% from 255) = 33.01%

R = 62.42%
G = 4.58%
B = 33.01%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#BF0E65 (or 0xBF0E65) is known color: Jazzberry Jam. HEX triplet: BF, 0E and 65. RGB value is (191,14,101). Sum of RGB (Red+Green+Blue) = 191+14+101=306 (40% of max value = 765). Red value is 191 (75% from 255 or 62.42% from 306); Green value is 14 (5.86% from 255 or 4.58% from 306); Blue value is 101 (39.84% from 255 or 33.01% from 306); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0E65 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF0E65 is #40F19A. Grayscale: #4C4C4C. Windows color (decimal): -4256155 or 6622911. OLE color: 6622911.

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

Color convert

RGB 191 14 101 -
CMYK 0 0.93 0.47 0.25
HSL 330.51º 0.86% 0.4% -
HSV(B) 330.51º 0.93% 0.75% -
XYZ 23.99 12.33 13.43 -
YUV 76.84 141.64 209.43 -
System Red Green Blue C M Y K H S L
Decimal 191 14 101 0 0.93 0.47 0.25 330.51 0.86 0.4
Hex BF E 65 0 5D 2F 19 14B 56 28
Octal 277 16 145 0 135 57 31 513 126 50
Binary 10111111 1110 1100101 0 1011101 101111 11001 101001011 1010110 101000

Color Harmonies of #BF0E65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0E65

Black with #BF0E65

Text Example


Text Example

White with #BF0E65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0E65; }

 p { color: rgb(191,14,101); }

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

background-color css

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

 a { background-color: rgb(191,14,101); }

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

border-color css

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

 span { border-color: rgb(191,14,101); }

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