#BF426E

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

Shades of Royal Heath #BF426E

Tints of Royal Heath #BF426E

Color information

#BF426E (or 0xBF426E) is unknown color: approx Royal Heath. HEX triplet: BF, 42 and 6E. RGB value is (191,66,110). Sum of RGB (Red+Green+Blue) = 191+66+110=367 (48% of max value = 765). Red value is 191 (75% from 255 or 52.04% from 367); Green value is 66 (26.17% from 255 or 17.98% from 367); Blue value is 110 (43.36% from 255 or 29.97% from 367); Max value from RGB is 191 - color contains mainly: red. Hex color #BF426E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF426E is #40BD91. Grayscale: #6C6C6C. Windows color (decimal): -4242834 or 7226047. OLE color: 7226047.

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

Color convert

RGB19166110-
CMYK00.650.420.25
HSL338.88º49.41%50.39%-
HSV(B)338.88º65.45%74.9%-
XYZ26.2516.116.48-
YUV108.39128.91186.92-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 52.04%
GREEN value IS 66 (26.17% from 255) = 17.98%
BLUE value IS 110 (43.36% from 255) = 29.97%
R=52.04%
G=17.98%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1916611000.650.420.25338.8849.4150.39
HexBF426E0412A191533132
Octal277102156010152315236162
Binary10111111100001011011100100000110101011001101010011110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF426E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF426E; }

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

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

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

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

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

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

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

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