#BF1862

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

Shades of Jazzberry Jam #BF1862

Tints of Jazzberry Jam #BF1862

Color information

#BF1862 (or 0xBF1862) is unknown color: approx Jazzberry Jam. HEX triplet: BF, 18 and 62. RGB value is (191,24,98). Sum of RGB (Red+Green+Blue) = 191+24+98=313 (41% of max value = 765). Red value is 191 (75% from 255 or 61.02% from 313); Green value is 24 (9.77% from 255 or 7.67% from 313); Blue value is 98 (38.67% from 255 or 31.31% from 313); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1862 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF1862 is #40E79D. Grayscale: #525252. Windows color (decimal): -4253598 or 6428863. OLE color: 6428863.

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

Color convert

RGB1912498-
CMYK00.870.490.25
HSL333.41º77.67%42.16%-
HSV(B)333.41º87.43%74.9%-
XYZ24.0212.6112.72-
YUV82.37136.83205.48-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 61.02%
GREEN value IS 24 (9.77% from 255) = 7.67%
BLUE value IS 98 (38.67% from 255) = 31.31%
R=61.02%
G=7.67%
B=31.31%

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
Decimal191249800.870.490.25333.4177.6742.16
HexBF1862057311914d4e2a
Octal277301420127613151511652
Binary1011111111000110001001010111110001110011010011011001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF1862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF1862; }

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

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

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

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

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

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

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

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