#BF6A6E

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

Shades of Turkish Rose #BF6A6E

Tints of Turkish Rose #BF6A6E

Color information

#BF6A6E (or 0xBF6A6E) is unknown color: approx Turkish Rose. HEX triplet: BF, 6A and 6E. RGB value is (191,106,110). Sum of RGB (Red+Green+Blue) = 191+106+110=407 (53% of max value = 765). Red value is 191 (75% from 255 or 46.93% from 407); Green value is 106 (41.80% from 255 or 26.04% from 407); Blue value is 110 (43.36% from 255 or 27.03% from 407); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6A6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6A6E is #409591. Grayscale: #838383. Windows color (decimal): -4232594 or 7236287. OLE color: 7236287.

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

Color convert

RGB191106110-
CMYK00.450.420.25
HSL357.18º39.91%58.24%-
HSV(B)357.18º44.5%74.9%-
XYZ29.4522.5117.54-
YUV131.87115.66170.17-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 46.93%
GREEN value IS 106 (41.80% from 255) = 26.04%
BLUE value IS 110 (43.36% from 255) = 27.03%
R=46.93%
G=26.04%
B=27.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19110611000.450.420.25357.1839.9158.24
HexBF6A6E02D2A19165283a
Octal27715215605552315455072
Binary1011111111010101101110010110110101011001101100101101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6A6E; }

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

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

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

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

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

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

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

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