#BF426A

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

Shades of Royal Heath #BF426A

Tints of Royal Heath #BF426A

Color information

#BF426A (or 0xBF426A) is unknown color: approx Royal Heath. HEX triplet: BF, 42 and 6A. RGB value is (191,66,106). Sum of RGB (Red+Green+Blue) = 191+66+106=363 (48% of max value = 765). Red value is 191 (75% from 255 or 52.62% from 363); Green value is 66 (26.17% from 255 or 18.18% from 363); Blue value is 106 (41.80% from 255 or 29.20% from 363); Max value from RGB is 191 - color contains mainly: red. Hex color #BF426A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF426A is #40BD95. Grayscale: #6B6B6B. Windows color (decimal): -4242838 or 6963903. OLE color: 6963903.

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

Color convert

RGB19166106-
CMYK00.650.450.25
HSL340.8º49.41%50.39%-
HSV(B)340.8º65.45%74.9%-
XYZ26.0416.0115.35-
YUV107.94126.91187.25-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 52.62%
GREEN value IS 66 (26.17% from 255) = 18.18%
BLUE value IS 106 (41.80% from 255) = 29.20%
R=52.62%
G=18.18%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1916610600.650.450.25340.849.4150.39
HexBF426A0412D191553132
Octal277102152010155315256162
Binary10111111100001011010100100000110110111001101010101110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF426A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF426A; }

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

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

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

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

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

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

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

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