#BF406F

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

Shades of Royal Heath #BF406F

Tints of Royal Heath #BF406F

Color information

#BF406F (or 0xBF406F) is unknown color: approx Royal Heath. HEX triplet: BF, 40 and 6F. RGB value is (191,64,111). Sum of RGB (Red+Green+Blue) = 191+64+111=366 (48% of max value = 765). Red value is 191 (75% from 255 or 52.19% from 366); Green value is 64 (25.39% from 255 or 17.49% from 366); Blue value is 111 (43.75% from 255 or 30.33% from 366); Max value from RGB is 191 - color contains mainly: red. Hex color #BF406F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF406F is #40BF90. Grayscale: #6B6B6B. Windows color (decimal): -4243345 or 7291071. OLE color: 7291071.

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

Color convert

RGB19164111-
CMYK00.660.420.25
HSL337.8º49.8%50%-
HSV(B)337.8º66.49%74.9%-
XYZ26.1915.8916.73-
YUV107.33130.08187.68-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 52.19%
GREEN value IS 64 (25.39% from 255) = 17.49%
BLUE value IS 111 (43.75% from 255) = 30.33%
R=52.19%
G=17.49%
B=30.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1916411100.660.420.25337.849.850
HexBF406F0422A191523232
Octal277100157010252315226262
Binary10111111100000011011110100001010101011001101010010110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF406F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF406F; }

 p { color: rgb(191,64,111); }

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

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

 a { background-color: rgb(191,64,111); }

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

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

 span { border-color: rgb(191,64,111); }

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