#BF0F67

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

Shades of Jazzberry Jam #BF0F67

Tints of Jazzberry Jam #BF0F67

Color information

#BF0F67 (or 0xBF0F67) is unknown color: approx Jazzberry Jam. HEX triplet: BF, 0F and 67. RGB value is (191,15,103). Sum of RGB (Red+Green+Blue) = 191+15+103=309 (40% of max value = 765). Red value is 191 (75% from 255 or 61.81% from 309); Green value is 15 (6.25% from 255 or 4.85% from 309); Blue value is 103 (40.62% from 255 or 33.33% from 309); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0F67 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF0F67 is #40F098. Grayscale: #4D4D4D. Windows color (decimal): -4255897 or 6754239. OLE color: 6754239.

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

Color convert

RGB19115103-
CMYK00.920.460.25
HSL330º85.44%40.39%-
HSV(B)330º92.15%74.9%-
XYZ24.112.413.95-
YUV77.66142.31208.84-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 61.81%
GREEN value IS 15 (6.25% from 255) = 4.85%
BLUE value IS 103 (40.62% from 255) = 33.33%
R=61.81%
G=4.85%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911510300.920.460.2533085.4440.39
HexBFF6705C2E1914a5528
Octal277171470134563151212550
Binary101111111111110011101011100101110110011010010101010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF0F67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF0F67; }

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

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

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

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

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

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

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

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