#bf1868

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

Shades of Jazzberry Jam #BF1868

Tints of Jazzberry Jam #BF1868

Color information

#BF1868 (or 0xBF1868) is unknown color: approx Jazzberry Jam. HEX triplet: BF, 18 and 68. RGB value is (191,24,104). Sum of RGB (Red+Green+Blue) = 191+24+104=319 (42% of max value = 765). Red value is 191 (75% from 255 or 59.87% from 319); Green value is 24 (9.77% from 255 or 7.52% from 319); Blue value is 104 (41.02% from 255 or 32.60% from 319); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1868 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF1868 is #40E797. Grayscale: #525252. Windows color (decimal): -4253592 or 6822079. OLE color: 6822079.

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

Color convert

RGB19124104-
CMYK00.870.460.25
HSL331.26º77.67%42.16%-
HSV(B)331.26º87.43%74.9%-
XYZ24.3112.7314.27-
YUV83.05139.83205-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 59.87%
GREEN value IS 24 (9.77% from 255) = 7.52%
BLUE value IS 104 (41.02% from 255) = 32.60%
R=59.87%
G=7.52%
B=32.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1912410400.870.460.25331.2677.6742.16
HexBF18680572E1914b4e2a
Octal277301500127563151311652
Binary1011111111000110100001010111101110110011010010111001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf1868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf1868; }

 p { color: rgb(191,24,104); }

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

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

 a { background-color: rgb(191,24,104); }

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

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

 span { border-color: rgb(191,24,104); }

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