#BF6A73

Color #BF6A73 Turkish Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turkish Rose #BF6A73

Tints of Turkish Rose #BF6A73

Color information

#BF6A73 (or 0xBF6A73) is unknown color: approx Turkish Rose. HEX triplet: BF, 6A and 73. RGB value is (191,106,115). Sum of RGB (Red+Green+Blue) = 191+106+115=412 (54% of max value = 765). Red value is 191 (75% from 255 or 46.36% from 412); Green value is 106 (41.80% from 255 or 25.73% from 412); Blue value is 115 (45.31% from 255 or 27.91% from 412); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6A73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6A73 is #40958C. Grayscale: #848484. Windows color (decimal): -4232589 or 7563967. OLE color: 7563967.

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

Color convert

RGB191106115-
CMYK00.450.400.25
HSL353.65º39.91%58.24%-
HSV(B)353.65º44.5%74.9%-
XYZ29.7322.6219.02-
YUV132.44118.16169.77-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 46.36%
GREEN value IS 106 (41.80% from 255) = 25.73%
BLUE value IS 115 (45.31% from 255) = 27.91%
R=46.36%
G=25.73%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19110611500.450.400.25353.6539.9158.24
HexBF6A7302D2819162283a
Octal27715216305550315425072
Binary1011111111010101110011010110110100011001101100010101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6A73; }

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

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

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

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

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

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

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

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