#BF4173

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

Shades of Royal Heath #BF4173

Tints of Royal Heath #BF4173

Color information

#BF4173 (or 0xBF4173) is unknown color: approx Royal Heath. HEX triplet: BF, 41 and 73. RGB value is (191,65,115). Sum of RGB (Red+Green+Blue) = 191+65+115=371 (49% of max value = 765). Red value is 191 (75% from 255 or 51.48% from 371); Green value is 65 (25.78% from 255 or 17.52% from 371); Blue value is 115 (45.31% from 255 or 31.00% from 371); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4173 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF4173 is #40BE8C. Grayscale: #6C6C6C. Windows color (decimal): -4243085 or 7553471. OLE color: 7553471.

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

Color convert

RGB19165115-
CMYK00.660.400.25
HSL336.19º49.61%50.2%-
HSV(B)336.19º65.97%74.9%-
XYZ26.4716.0917.93-
YUV108.37131.74186.93-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 51.48%
GREEN value IS 65 (25.78% from 255) = 17.52%
BLUE value IS 115 (45.31% from 255) = 31.00%
R=51.48%
G=17.52%
B=31.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1916511500.660.400.25336.1949.6150.2
HexBF417304228191503232
Octal277101163010250315206262
Binary10111111100000111100110100001010100011001101010000110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4173; }

 p { color: rgb(191,65,115); }

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

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

 a { background-color: rgb(191,65,115); }

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

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

 span { border-color: rgb(191,65,115); }

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