Html Css Color HEX #BF015F Jazzberry Jam

📋 copy color: '#BF015F'

red 191 ◦ green 1 ◦ blue 95

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

Shades of Jazzberry Jam #BF015F

Tints of Jazzberry Jam #BF015F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.35%

 BLUE value IS 95 (37.5% from 255) = 33.1%

R = 66.55%
G = 0.35%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.50

 K value IS 0.25

RGB Variations

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

Color information

#BF015F (or 0xBF015F) is known color: Jazzberry Jam. HEX triplet: BF, 01 and 5F. RGB value is (191,1,95). Sum of RGB (Red+Green+Blue) = 191+1+95=287 (38% of max value = 765). Red value is 191 (75% from 255 or 66.55% from 287); Green value is 1 (0.78% from 255 or 0.35% from 287); Blue value is 95 (37.5% from 255 or 33.10% from 287); Max value from RGB is 191 - color contains mainly: red. Hex color #BF015F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF015F is #40FEA0. Grayscale: #444444. Windows color (decimal): -4259489 or 6226367. OLE color: 6226367.

HSL color Cylindrical-coordinate representation of color #BF015F: hue angle of 330.32º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BF015F is Cyan = 0, Magento = 0.99, Yellow = 0.50 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 1 95 -
CMYK 0 0.99 0.50 0.25
HSL 330.32º 0.99% 0.38% -
HSV(B) 330.32º 0.99% 0.75% -
XYZ 23.56 11.92 11.89 -
YUV 68.53 142.95 215.36 -
System Red Green Blue C M Y K H S L
Decimal 191 1 95 0 0.99 0.50 0.25 330.32 0.99 0.38
Hex BF 1 5F 0 63 32 19 14A 63 26
Octal 277 1 137 0 143 62 31 512 143 46
Binary 10111111 1 1011111 0 1100011 110010 11001 101001010 1100011 100110

Color Harmonies of #BF015F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF015F

Black with #BF015F

Text Example


Text Example

White with #BF015F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF015F; }

 p { color: rgb(191,1,95); }

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

background-color css

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

 a { background-color: rgb(191,1,95); }

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

border-color css

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

 span { border-color: rgb(191,1,95); }

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