#BF406C

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

Shades of Royal Heath #BF406C

Tints of Royal Heath #BF406C

Color information

#BF406C (or 0xBF406C) is unknown color: approx Royal Heath. HEX triplet: BF, 40 and 6C. RGB value is (191,64,108). Sum of RGB (Red+Green+Blue) = 191+64+108=363 (48% of max value = 765). Red value is 191 (75% from 255 or 52.62% from 363); Green value is 64 (25.39% from 255 or 17.63% from 363); Blue value is 108 (42.58% from 255 or 29.75% from 363); Max value from RGB is 191 - color contains mainly: red. Hex color #BF406C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF406C is #40BF93. Grayscale: #6A6A6A. Windows color (decimal): -4243348 or 7094463. OLE color: 7094463.

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

Color convert

RGB19164108-
CMYK00.660.430.25
HSL339.21º49.8%50%-
HSV(B)339.21º66.49%74.9%-
XYZ26.0315.8315.87-
YUV106.99128.58187.92-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 52.62%
GREEN value IS 64 (25.39% from 255) = 17.63%
BLUE value IS 108 (42.58% from 255) = 29.75%
R=52.62%
G=17.63%
B=29.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1916410800.660.430.25339.2149.850
HexBF406C0422B191533232
Octal277100154010253315236262
Binary10111111100000011011000100001010101111001101010011110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF406C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF406C; }

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

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

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

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

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

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

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

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