#BF1C62

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

Shades of Jazzberry Jam #BF1C62

Tints of Jazzberry Jam #BF1C62

Color information

#BF1C62 (or 0xBF1C62) is unknown color: approx Jazzberry Jam. HEX triplet: BF, 1C and 62. RGB value is (191,28,98). Sum of RGB (Red+Green+Blue) = 191+28+98=317 (41% of max value = 765). Red value is 191 (75% from 255 or 60.25% from 317); Green value is 28 (11.33% from 255 or 8.83% from 317); Blue value is 98 (38.67% from 255 or 30.91% from 317); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1C62 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF1C62 is #40E39D. Grayscale: #545454. Windows color (decimal): -4252574 or 6429887. OLE color: 6429887.

HSL color Cylindrical-coordinate representation of color #BF1C62: hue angle of 334.23º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BF1C62 is Cyan = 0, Magento = 0.85, Yellow = 0.49 and Black (K on CMYK) = 0.25.

Color convert

RGB1912898-
CMYK00.850.490.25
HSL334.23º74.43%42.94%-
HSV(B)334.23º85.34%74.9%-
XYZ24.1112.7912.75-
YUV84.72135.5203.81-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 60.25%
GREEN value IS 28 (11.33% from 255) = 8.83%
BLUE value IS 98 (38.67% from 255) = 30.91%
R=60.25%
G=8.83%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191289800.850.490.25334.2374.4342.94
HexBF1C62055311914e4a2b
Octal277341420125613151611253
Binary1011111111100110001001010101110001110011010011101001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF1C62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF1C62; }

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

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

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

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

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

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

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

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