#BF084E

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

Shades of Jazzberry Jam #BF084E

Tints of Jazzberry Jam #BF084E

Color information

#BF084E (or 0xBF084E) is unknown color: approx Jazzberry Jam. HEX triplet: BF, 08 and 4E. RGB value is (191,8,78). Sum of RGB (Red+Green+Blue) = 191+8+78=277 (36% of max value = 765). Red value is 191 (75% from 255 or 68.95% from 277); Green value is 8 (3.52% from 255 or 2.89% from 277); Blue value is 78 (30.86% from 255 or 28.16% from 277); Max value from RGB is 191 - color contains mainly: red. Hex color #BF084E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF084E is #40F7B1. Grayscale: #464646. Windows color (decimal): -4257714 or 5114047. OLE color: 5114047.

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

Color convert

RGB191878-
CMYK00.960.590.25
HSL337.05º91.96%39.02%-
HSV(B)337.05º95.81%74.9%-
XYZ22.9511.88.28-
YUV70.7132.13213.81-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 68.95%
GREEN value IS 8 (3.52% from 255) = 2.89%
BLUE value IS 78 (30.86% from 255) = 28.16%
R=68.95%
G=2.89%
B=28.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19187800.960.590.25337.0591.9639.02
HexBF84E0603B191515c27
Octal277101160140733152113447
Binary101111111000100111001100000111011110011010100011011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF084E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF084E; }

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

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

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

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

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

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

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

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