#BF0454

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

Shades of Jazzberry Jam #BF0454

Tints of Jazzberry Jam #BF0454

Color information

#BF0454 (or 0xBF0454) is unknown color: approx Jazzberry Jam. HEX triplet: BF, 04 and 54. RGB value is (191,4,84). Sum of RGB (Red+Green+Blue) = 191+4+84=279 (36% of max value = 765). Red value is 191 (75% from 255 or 68.46% from 279); Green value is 4 (1.95% from 255 or 1.43% from 279); Blue value is 84 (33.20% from 255 or 30.11% from 279); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0454 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF0454 is #40FBAB. Grayscale: #444444. Windows color (decimal): -4258732 or 5506239. OLE color: 5506239.

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

Color convert

RGB191484-
CMYK00.980.560.25
HSL334.33º95.9%38.24%-
HSV(B)334.33º97.91%74.9%-
XYZ23.1311.89.45-
YUV69.03136.45215-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 68.46%
GREEN value IS 4 (1.95% from 255) = 1.43%
BLUE value IS 84 (33.20% from 255) = 30.11%
R=68.46%
G=1.43%
B=30.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.56
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19148400.980.560.25334.3395.938.24
HexBF454062381914e6026
Octal27741240142703151614046
Binary10111111100101010001100010111000110011010011101100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF0454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF0454; }

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

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

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

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

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

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

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

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