#BF456E

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

Shades of Royal Heath #BF456E

Tints of Royal Heath #BF456E

Color information

#BF456E (or 0xBF456E) is unknown color: approx Royal Heath. HEX triplet: BF, 45 and 6E. RGB value is (191,69,110). Sum of RGB (Red+Green+Blue) = 191+69+110=370 (49% of max value = 765). Red value is 191 (75% from 255 or 51.62% from 370); Green value is 69 (27.34% from 255 or 18.65% from 370); Blue value is 110 (43.36% from 255 or 29.73% from 370); Max value from RGB is 191 - color contains mainly: red. Hex color #BF456E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF456E is #40BA91. Grayscale: #6E6E6E. Windows color (decimal): -4242066 or 7226815. OLE color: 7226815.

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

Color convert

RGB19169110-
CMYK00.640.420.25
HSL339.84º48.8%50.98%-
HSV(B)339.84º63.87%74.9%-
XYZ26.4316.4616.54-
YUV110.15127.92185.67-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 51.62%
GREEN value IS 69 (27.34% from 255) = 18.65%
BLUE value IS 110 (43.36% from 255) = 29.73%
R=51.62%
G=18.65%
B=29.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1916911000.640.420.25339.8448.850.98
HexBF456E0402A191543133
Octal277105156010052315246163
Binary10111111100010111011100100000010101011001101010100110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF456E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF456E; }

 p { color: rgb(191,69,110); }

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

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

 a { background-color: rgb(191,69,110); }

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

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

 span { border-color: rgb(191,69,110); }

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