#BA666F

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

Shades of Turkish Rose #BA666F

Tints of Turkish Rose #BA666F

Color information

#BA666F (or 0xBA666F) is unknown color: approx Turkish Rose. HEX triplet: BA, 66 and 6F. RGB value is (186,102,111). Sum of RGB (Red+Green+Blue) = 186+102+111=399 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.62% from 399); Green value is 102 (40.23% from 255 or 25.56% from 399); Blue value is 111 (43.75% from 255 or 27.82% from 399); Max value from RGB is 186 - color contains mainly: red. Hex color #BA666F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA666F is #459990. Grayscale: #808080. Windows color (decimal): -4561297 or 7300794. OLE color: 7300794.

HSL color Cylindrical-coordinate representation of color #BA666F: hue angle of 353.57º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BA666F is Cyan = 0, Magento = 0.45, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB186102111-
CMYK00.450.400.27
HSL353.57º37.84%56.47%-
HSV(B)353.57º45.16%72.94%-
XYZ27.8721.0917.64-
YUV128.14118.33169.27-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.62%
GREEN value IS 102 (40.23% from 255) = 25.56%
BLUE value IS 111 (43.75% from 255) = 27.82%
R=46.62%
G=25.56%
B=27.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18610211100.450.400.27353.5737.8456.47
HexBA666F02D281B1622638
Octal27214615705550335424670
Binary1011101011001101101111010110110100011011101100010100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA666F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA666F; }

 p { color: rgb(186,102,111); }

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

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

 a { background-color: rgb(186,102,111); }

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

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

 span { border-color: rgb(186,102,111); }

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