Html Css Color HEX #BF0F65 Jazzberry Jam

📋 copy color: '#BF0F65'

red 191 ◦ green 15 ◦ blue 101

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

Shades of Jazzberry Jam #BF0F65

Tints of Jazzberry Jam #BF0F65

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.89%

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

R = 62.21%
G = 4.89%
B = 32.9%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#BF0F65 (or 0xBF0F65) is known color: Jazzberry Jam. HEX triplet: BF, 0F and 65. RGB value is (191,15,101). Sum of RGB (Red+Green+Blue) = 191+15+101=307 (40% of max value = 765). Red value is 191 (75% from 255 or 62.21% from 307); Green value is 15 (6.25% from 255 or 4.89% from 307); Blue value is 101 (39.84% from 255 or 32.90% from 307); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0F65 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF0F65 is #40F09A. Grayscale: #4D4D4D. Windows color (decimal): -4255899 or 6623167. OLE color: 6623167.

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

Color convert

RGB 191 15 101 -
CMYK 0 0.92 0.47 0.25
HSL 330.68º 0.85% 0.4% -
HSV(B) 330.68º 0.92% 0.75% -
XYZ 24.01 12.36 13.43 -
YUV 77.43 141.31 209.01 -
System Red Green Blue C M Y K H S L
Decimal 191 15 101 0 0.92 0.47 0.25 330.68 0.85 0.4
Hex BF F 65 0 5C 2F 19 14B 55 28
Octal 277 17 145 0 134 57 31 513 125 50
Binary 10111111 1111 1100101 0 1011100 101111 11001 101001011 1010101 101000

Color Harmonies of #BF0F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0F65

Black with #BF0F65

Text Example


Text Example

White with #BF0F65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0F65; }

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

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

background-color css

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

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

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

border-color css

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

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

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