#BF1C61

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

Shades of Jazzberry Jam #BF1C61

Tints of Jazzberry Jam #BF1C61

Color information

#BF1C61 (or 0xBF1C61) is unknown color: approx Jazzberry Jam. HEX triplet: BF, 1C and 61. RGB value is (191,28,97). Sum of RGB (Red+Green+Blue) = 191+28+97=316 (41% of max value = 765). Red value is 191 (75% from 255 or 60.44% from 316); Green value is 28 (11.33% from 255 or 8.86% from 316); Blue value is 97 (38.28% from 255 or 30.70% from 316); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1C61 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF1C61 is #40E39E. Grayscale: #545454. Windows color (decimal): -4252575 or 6364351. OLE color: 6364351.

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

Color convert

RGB1912897-
CMYK00.850.490.25
HSL334.6º74.43%42.94%-
HSV(B)334.6º85.34%74.9%-
XYZ24.0612.7712.51-
YUV84.6135203.89-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 60.44%
GREEN value IS 28 (11.33% from 255) = 8.86%
BLUE value IS 97 (38.28% from 255) = 30.70%
R=60.44%
G=8.86%
B=30.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191289700.850.490.25334.674.4342.94
HexBF1C61055311914f4a2b
Octal277341410125613151711253
Binary1011111111100110000101010101110001110011010011111001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF1C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF1C61; }

 p { color: rgb(191,28,97); }

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

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

 a { background-color: rgb(191,28,97); }

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

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

 span { border-color: rgb(191,28,97); }

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