#bf467b

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

Shades of Royal Heath #BF467B

Tints of Royal Heath #BF467B

Color information

#BF467B (or 0xBF467B) is unknown color: approx Royal Heath. HEX triplet: BF, 46 and 7B. RGB value is (191,70,123). Sum of RGB (Red+Green+Blue) = 191+70+123=384 (50% of max value = 765). Red value is 191 (75% from 255 or 49.74% from 384); Green value is 70 (27.73% from 255 or 18.23% from 384); Blue value is 123 (48.44% from 255 or 32.03% from 384); Max value from RGB is 191 - color contains mainly: red. Hex color #BF467B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF467B is #40B984. Grayscale: #707070. Windows color (decimal): -4241797 or 8079039. OLE color: 8079039.

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

Color convert

RGB19170123-
CMYK00.630.360.25
HSL333.72º48.59%51.18%-
HSV(B)333.72º63.35%74.9%-
XYZ27.2516.8920.56-
YUV112.22134.09184.19-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 49.74%
GREEN value IS 70 (27.73% from 255) = 18.23%
BLUE value IS 123 (48.44% from 255) = 32.03%
R=49.74%
G=18.23%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1917012300.630.360.25333.7248.5951.18
HexBF467B03F241914e3133
Octal27710617307744315166163
Binary1011111110001101111011011111110010011001101001110110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf467b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf467b; }

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

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

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

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

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

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

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

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