#BF155B

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

Shades of Jazzberry Jam #BF155B

Tints of Jazzberry Jam #BF155B

Color information

#BF155B (or 0xBF155B) is unknown color: approx Jazzberry Jam. HEX triplet: BF, 15 and 5B. RGB value is (191,21,91). Sum of RGB (Red+Green+Blue) = 191+21+91=303 (40% of max value = 765). Red value is 191 (75% from 255 or 63.04% from 303); Green value is 21 (8.59% from 255 or 6.93% from 303); Blue value is 91 (35.94% from 255 or 30.03% from 303); Max value from RGB is 191 - color contains mainly: red. Hex color #BF155B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF155B is #40EAA4. Grayscale: #4F4F4F. Windows color (decimal): -4254373 or 5969343. OLE color: 5969343.

HSL color Cylindrical-coordinate representation of color #BF155B: hue angle of 335.29º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BF155B is Cyan = 0, Magento = 0.89, Yellow = 0.52 and Black (K on CMYK) = 0.25.

Color convert

RGB1912191-
CMYK00.890.520.25
HSL335.29º80.19%41.57%-
HSV(B)335.29º89.01%74.9%-
XYZ23.6412.3711.04-
YUV79.81134.32207.31-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 63.04%
GREEN value IS 21 (8.59% from 255) = 6.93%
BLUE value IS 91 (35.94% from 255) = 30.03%
R=63.04%
G=6.93%
B=30.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.52
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191219100.890.520.25335.2980.1941.57
HexBF155B059341914f502a
Octal277251330131643151712052
Binary1011111110101101101101011001110100110011010011111010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF155B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF155B; }

 p { color: rgb(191,21,91); }

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

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

 a { background-color: rgb(191,21,91); }

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

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

 span { border-color: rgb(191,21,91); }

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