#bf0c62

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

Shades of Jazzberry Jam #BF0C62

Tints of Jazzberry Jam #BF0C62

Color information

#BF0C62 (or 0xBF0C62) is unknown color: approx Jazzberry Jam. HEX triplet: BF, 0C and 62. RGB value is (191,12,98). Sum of RGB (Red+Green+Blue) = 191+12+98=301 (39% of max value = 765). Red value is 191 (75% from 255 or 63.46% from 301); Green value is 12 (5.08% from 255 or 3.99% from 301); Blue value is 98 (38.67% from 255 or 32.56% from 301); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0C62 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF0C62 is #40F39D. Grayscale: #4B4B4B. Windows color (decimal): -4256670 or 6425791. OLE color: 6425791.

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

Color convert

RGB1911298-
CMYK00.940.490.25
HSL331.17º88.18%39.8%-
HSV(B)331.17º93.72%74.9%-
XYZ23.8212.2212.66-
YUV75.32140.8210.51-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 63.46%
GREEN value IS 12 (5.08% from 255) = 3.99%
BLUE value IS 98 (38.67% from 255) = 32.56%
R=63.46%
G=3.99%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191129800.940.490.25331.1788.1839.8
HexBFC6205E311914b5828
Octal277141420136613151313050
Binary101111111100110001001011110110001110011010010111011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf0c62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf0c62; }

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

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

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

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

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

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

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

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