#BF035F

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

Shades of Jazzberry Jam #BF035F

Tints of Jazzberry Jam #BF035F

Color information

#BF035F (or 0xBF035F) is unknown color: approx Jazzberry Jam. HEX triplet: BF, 03 and 5F. RGB value is (191,3,95). Sum of RGB (Red+Green+Blue) = 191+3+95=289 (38% of max value = 765). Red value is 191 (75% from 255 or 66.09% from 289); Green value is 3 (1.56% from 255 or 1.04% from 289); Blue value is 95 (37.5% from 255 or 32.87% from 289); Max value from RGB is 191 - color contains mainly: red. Hex color #BF035F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF035F is #40FCA0. Grayscale: #454545. Windows color (decimal): -4258977 or 6226879. OLE color: 6226879.

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

Color convert

RGB191395-
CMYK00.980.500.25
HSL330.64º96.91%38.04%-
HSV(B)330.64º98.43%74.9%-
XYZ23.5811.9711.89-
YUV69.7142.28214.52-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 66.09%
GREEN value IS 3 (1.56% from 255) = 1.04%
BLUE value IS 95 (37.5% from 255) = 32.87%
R=66.09%
G=1.04%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.50
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19139500.980.500.25330.6496.9138.04
HexBF35F062321914b6126
Octal27731370142623151314146
Binary1011111111101111101100010110010110011010010111100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF035F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF035F; }

 p { color: rgb(191,3,95); }

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

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

 a { background-color: rgb(191,3,95); }

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

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

 span { border-color: rgb(191,3,95); }

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