#BF044E

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

Shades of Jazzberry Jam #BF044E

Tints of Jazzberry Jam #BF044E

Color information

#BF044E (or 0xBF044E) is unknown color: approx Jazzberry Jam. HEX triplet: BF, 04 and 4E. RGB value is (191,4,78). Sum of RGB (Red+Green+Blue) = 191+4+78=273 (36% of max value = 765). Red value is 191 (75% from 255 or 69.96% from 273); Green value is 4 (1.95% from 255 or 1.47% from 273); Blue value is 78 (30.86% from 255 or 28.57% from 273); Max value from RGB is 191 - color contains mainly: red. Hex color #BF044E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF044E is #40FBB1. Grayscale: #444444. Windows color (decimal): -4258738 or 5113023. OLE color: 5113023.

HSL color Cylindrical-coordinate representation of color #BF044E: hue angle of 336.26º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BF044E is Cyan = 0, Magento = 0.98, Yellow = 0.59 and Black (K on CMYK) = 0.25.

Color convert

RGB191478-
CMYK00.980.590.25
HSL336.26º95.9%38.24%-
HSV(B)336.26º97.91%74.9%-
XYZ22.911.718.26-
YUV68.35133.45215.48-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 69.96%
GREEN value IS 4 (1.95% from 255) = 1.47%
BLUE value IS 78 (30.86% from 255) = 28.57%
R=69.96%
G=1.47%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19147800.980.590.25336.2695.938.24
HexBF44E0623B191506026
Octal27741160142733152014046
Binary10111111100100111001100010111011110011010100001100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF044E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF044E; }

 p { color: rgb(191,4,78); }

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

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

 a { background-color: rgb(191,4,78); }

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

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

 span { border-color: rgb(191,4,78); }

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