#BF466C

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

Shades of Royal Heath #BF466C

Tints of Royal Heath #BF466C

Color information

#BF466C (or 0xBF466C) is unknown color: approx Royal Heath. HEX triplet: BF, 46 and 6C. RGB value is (191,70,108). Sum of RGB (Red+Green+Blue) = 191+70+108=369 (48% of max value = 765). Red value is 191 (75% from 255 or 51.76% from 369); Green value is 70 (27.73% from 255 or 18.97% from 369); Blue value is 108 (42.58% from 255 or 29.27% from 369); Max value from RGB is 191 - color contains mainly: red. Hex color #BF466C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF466C is #40B993. Grayscale: #6E6E6E. Windows color (decimal): -4241812 or 7095999. OLE color: 7095999.

HSL color Cylindrical-coordinate representation of color #BF466C: hue angle of 341.16º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BF466C is Cyan = 0, Magento = 0.63, Yellow = 0.43 and Black (K on CMYK) = 0.25.

Color convert

RGB19170108-
CMYK00.630.430.25
HSL341.16º48.59%51.18%-
HSV(B)341.16º63.35%74.9%-
XYZ26.3816.5415.99-
YUV110.51126.59185.41-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 51.76%
GREEN value IS 70 (27.73% from 255) = 18.97%
BLUE value IS 108 (42.58% from 255) = 29.27%
R=51.76%
G=18.97%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1917010800.630.430.25341.1648.5951.18
HexBF466C03F2B191553133
Octal27710615407753315256163
Binary1011111110001101101100011111110101111001101010101110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF466C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF466C; }

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

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

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

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

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

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

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

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