#BF025F

Color #BF025F Jazzberry Jam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazzberry Jam #BF025F

Tints of Jazzberry Jam #BF025F

Color information

#BF025F (or 0xBF025F) is unknown color: approx Jazzberry Jam. HEX triplet: BF, 02 and 5F. RGB value is (191,2,95). Sum of RGB (Red+Green+Blue) = 191+2+95=288 (38% of max value = 765). Red value is 191 (75% from 255 or 66.32% from 288); Green value is 2 (1.17% from 255 or 0.69% from 288); Blue value is 95 (37.5% from 255 or 32.99% from 288); Max value from RGB is 191 - color contains mainly: red. Hex color #BF025F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF025F is #40FDA0. Grayscale: #444444. Windows color (decimal): -4259233 or 6226623. OLE color: 6226623.

HSL color Cylindrical-coordinate representation of color #BF025F: hue angle of 330.48º degrees, saturation: 0.98, 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 #BF025F is Cyan = 0, Magento = 0.99, Yellow = 0.50 and Black (K on CMYK) = 0.25.

Color convert

RGB191295-
CMYK00.990.500.25
HSL330.48º97.93%37.84%-
HSV(B)330.48º98.95%74.9%-
XYZ23.5711.9511.89-
YUV69.11142.62214.94-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 66.32%
GREEN value IS 2 (1.17% from 255) = 0.69%
BLUE value IS 95 (37.5% from 255) = 32.99%
R=66.32%
G=0.69%
B=32.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.50
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19129500.990.500.25330.4897.9337.84
HexBF25F063321914a6226
Octal27721370143623151214246
Binary1011111110101111101100011110010110011010010101100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF025F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF025F; }

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

 H1.HeaderClassName
 {
   color: #BF025F;
 }
 .AnyTagClassName
 {
   color: #BF025F;
 }
</style>
background-color css

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

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

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

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

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

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