#BF005F

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

Shades of Jazzberry Jam #BF005F

Tints of Jazzberry Jam #BF005F

Color information

#BF005F (or 0xBF005F) is unknown color: approx Jazzberry Jam. HEX triplet: BF, 00 and 5F. RGB value is (191,0,95). Sum of RGB (Red+Green+Blue) = 191+0+95=286 (37% of max value = 765). Red value is 191 (75% from 255 or 66.78% from 286); Green value is 0 (0.39% from 255 or 0% from 286); Blue value is 95 (37.5% from 255 or 33.22% from 286); Max value from RGB is 191 - color contains mainly: red. Hex color #BF005F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF005F is #40FFA0. Grayscale: #434343. Windows color (decimal): -4259745 or 6226111. OLE color: 6226111.

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

Color convert

RGB191095-
CMYK010.500.25
HSL330.16º100%37.45%-
HSV(B)330.16º100%74.9%-
XYZ23.5511.911.88-
YUV67.94143.28215.78-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 66.78%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 95 (37.5% from 255) = 33.22%
R=66.78%
G=0%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.50
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191095010.500.25330.1610037.45
HexBF05F064321914a6425
Octal27701370144623151214445
Binary101111110101111101100100110010110011010010101100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF005F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF005F; }

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

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

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

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

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

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

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

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