#BF1C67

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

Shades of Jazzberry Jam #BF1C67

Tints of Jazzberry Jam #BF1C67

Color information

#BF1C67 (or 0xBF1C67) is unknown color: approx Jazzberry Jam. HEX triplet: BF, 1C and 67. RGB value is (191,28,103). Sum of RGB (Red+Green+Blue) = 191+28+103=322 (42% of max value = 765). Red value is 191 (75% from 255 or 59.32% from 322); Green value is 28 (11.33% from 255 or 8.70% from 322); Blue value is 103 (40.62% from 255 or 31.99% from 322); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1C67 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF1C67 is #40E398. Grayscale: #555555. Windows color (decimal): -4252569 or 6757567. OLE color: 6757567.

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

Color convert

RGB19128103-
CMYK00.850.460.25
HSL332.39º74.43%42.94%-
HSV(B)332.39º85.34%74.9%-
XYZ24.3512.8914.04-
YUV85.29138203.4-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 59.32%
GREEN value IS 28 (11.33% from 255) = 8.70%
BLUE value IS 103 (40.62% from 255) = 31.99%
R=59.32%
G=8.70%
B=31.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1912810300.850.460.25332.3974.4342.94
HexBF1C670552E1914c4a2b
Octal277341470125563151411253
Binary1011111111100110011101010101101110110011010011001001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF1C67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF1C67; }

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

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

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

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

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

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

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

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