#bf0b60

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

Shades of Jazzberry Jam #BF0B60

Tints of Jazzberry Jam #BF0B60

Color information

#BF0B60 (or 0xBF0B60) is unknown color: approx Jazzberry Jam. HEX triplet: BF, 0B and 60. RGB value is (191,11,96). Sum of RGB (Red+Green+Blue) = 191+11+96=298 (39% of max value = 765). Red value is 191 (75% from 255 or 64.09% from 298); Green value is 11 (4.69% from 255 or 3.69% from 298); Blue value is 96 (37.89% from 255 or 32.21% from 298); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0B60 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF0B60 is #40F49F. Grayscale: #4A4A4A. Windows color (decimal): -4256928 or 6294463. OLE color: 6294463.

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

Color convert

RGB1911196-
CMYK00.940.500.25
HSL331.67º89.11%39.61%-
HSV(B)331.67º94.24%74.9%-
XYZ23.7212.1612.16-
YUV74.51140.13211.09-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 64.09%
GREEN value IS 11 (4.69% from 255) = 3.69%
BLUE value IS 96 (37.89% from 255) = 32.21%
R=64.09%
G=3.69%
B=32.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.50
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191119600.940.500.25331.6789.1139.61
HexBFB6005E321914c5928
Octal277131400136623151413150
Binary101111111011110000001011110110010110011010011001011001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf0b60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf0b60; }

 p { color: rgb(191,11,96); }

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

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

 a { background-color: rgb(191,11,96); }

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

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

 span { border-color: rgb(191,11,96); }

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