#bf1861

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

Shades of Jazzberry Jam #BF1861

Tints of Jazzberry Jam #BF1861

Color information

#BF1861 (or 0xBF1861) is unknown color: approx Jazzberry Jam. HEX triplet: BF, 18 and 61. RGB value is (191,24,97). Sum of RGB (Red+Green+Blue) = 191+24+97=312 (41% of max value = 765). Red value is 191 (75% from 255 or 61.22% from 312); Green value is 24 (9.77% from 255 or 7.69% from 312); Blue value is 97 (38.28% from 255 or 31.09% from 312); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1861 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF1861 is #40E79E. Grayscale: #525252. Windows color (decimal): -4253599 or 6363327. OLE color: 6363327.

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

Color convert

RGB1912497-
CMYK00.870.490.25
HSL333.77º77.67%42.16%-
HSV(B)333.77º87.43%74.9%-
XYZ23.9712.5912.48-
YUV82.26136.33205.56-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 61.22%
GREEN value IS 24 (9.77% from 255) = 7.69%
BLUE value IS 97 (38.28% from 255) = 31.09%
R=61.22%
G=7.69%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191249700.870.490.25333.7777.6742.16
HexBF1861057311914e4e2a
Octal277301410127613151611652
Binary1011111111000110000101010111110001110011010011101001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf1861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf1861; }

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

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

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

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

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

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

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

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