#BF3F68

Color #BF3F68 Royal Heath (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Heath #BF3F68

Tints of Royal Heath #BF3F68

Color information

#BF3F68 (or 0xBF3F68) is unknown color: approx Royal Heath. HEX triplet: BF, 3F and 68. RGB value is (191,63,104). Sum of RGB (Red+Green+Blue) = 191+63+104=358 (47% of max value = 765). Red value is 191 (75% from 255 or 53.35% from 358); Green value is 63 (25% from 255 or 17.60% from 358); Blue value is 104 (41.02% from 255 or 29.05% from 358); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3F68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF3F68 is #40C097. Grayscale: #696969. Windows color (decimal): -4243608 or 6832063. OLE color: 6832063.

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

Color convert

RGB19163104-
CMYK00.670.460.25
HSL340.78º50.39%49.8%-
HSV(B)340.78º67.02%74.9%-
XYZ25.7615.6314.76-
YUV105.95126.91188.67-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 53.35%
GREEN value IS 63 (25% from 255) = 17.60%
BLUE value IS 104 (41.02% from 255) = 29.05%
R=53.35%
G=17.60%
B=29.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1916310400.670.460.25340.7850.3949.8
HexBF3F680432E191553232
Octal27777150010356315256262
Binary1011111111111111010000100001110111011001101010101110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF3F68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF3F68; }

 p { color: rgb(191,63,104); }

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

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

 a { background-color: rgb(191,63,104); }

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

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

 span { border-color: rgb(191,63,104); }

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