#BF0C52

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

Shades of Jazzberry Jam #BF0C52

Tints of Jazzberry Jam #BF0C52

Color information

#BF0C52 (or 0xBF0C52) is unknown color: approx Jazzberry Jam. HEX triplet: BF, 0C and 52. RGB value is (191,12,82). Sum of RGB (Red+Green+Blue) = 191+12+82=285 (37% of max value = 765). Red value is 191 (75% from 255 or 67.02% from 285); Green value is 12 (5.08% from 255 or 4.21% from 285); Blue value is 82 (32.42% from 255 or 28.77% from 285); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0C52 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF0C52 is #40F3AD. Grayscale: #494949. Windows color (decimal): -4256686 or 5377215. OLE color: 5377215.

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

Color convert

RGB1911282-
CMYK00.940.570.25
HSL336.54º88.18%39.8%-
HSV(B)336.54º93.72%74.9%-
XYZ23.1411.959.07-
YUV73.5132.8211.81-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 67.02%
GREEN value IS 12 (5.08% from 255) = 4.21%
BLUE value IS 82 (32.42% from 255) = 28.77%
R=67.02%
G=4.21%
B=28.77%

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
Decimal191128200.940.570.25336.5488.1839.8
HexBFC5205E39191515828
Octal277141220136713152113050
Binary101111111100101001001011110111001110011010100011011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF0C52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF0C52; }

 p { color: rgb(191,12,82); }

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

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

 a { background-color: rgb(191,12,82); }

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

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

 span { border-color: rgb(191,12,82); }

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