#BF0B53

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

Shades of Jazzberry Jam #BF0B53

Tints of Jazzberry Jam #BF0B53

Color information

#BF0B53 (or 0xBF0B53) is unknown color: approx Jazzberry Jam. HEX triplet: BF, 0B and 53. RGB value is (191,11,83). Sum of RGB (Red+Green+Blue) = 191+11+83=285 (37% of max value = 765). Red value is 191 (75% from 255 or 67.02% from 285); Green value is 11 (4.69% from 255 or 3.86% from 285); Blue value is 83 (32.81% from 255 or 29.12% from 285); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0B53 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF0B53 is #40F4AC. Grayscale: #484848. Windows color (decimal): -4256941 or 5442495. OLE color: 5442495.

HSL color Cylindrical-coordinate representation of color #BF0B53: hue angle of 336º 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 #BF0B53 is Cyan = 0, Magento = 0.94, Yellow = 0.57 and Black (K on CMYK) = 0.25.

Color convert

RGB1911183-
CMYK00.940.570.25
HSL336º89.11%39.61%-
HSV(B)336º94.24%74.9%-
XYZ23.1711.949.27-
YUV73.03133.63212.15-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 67.02%
GREEN value IS 11 (4.69% from 255) = 3.86%
BLUE value IS 83 (32.81% from 255) = 29.12%
R=67.02%
G=3.86%
B=29.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.57
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191118300.940.570.2533689.1139.61
HexBFB5305E39191505928
Octal277131230136713152013150
Binary101111111011101001101011110111001110011010100001011001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF0B53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF0B53; }

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

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

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

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

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

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

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

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