#BA666E

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

Shades of Turkish Rose #BA666E

Tints of Turkish Rose #BA666E

Color information

#BA666E (or 0xBA666E) is unknown color: approx Turkish Rose. HEX triplet: BA, 66 and 6E. RGB value is (186,102,110). Sum of RGB (Red+Green+Blue) = 186+102+110=398 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.73% from 398); Green value is 102 (40.23% from 255 or 25.63% from 398); Blue value is 110 (43.36% from 255 or 27.64% from 398); Max value from RGB is 186 - color contains mainly: red. Hex color #BA666E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA666E is #459991. Grayscale: #808080. Windows color (decimal): -4561298 or 7235258. OLE color: 7235258.

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

Color convert

RGB186102110-
CMYK00.450.410.27
HSL354.29º37.84%56.47%-
HSV(B)354.29º45.16%72.94%-
XYZ27.8221.0717.35-
YUV128.03117.83169.35-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.73%
GREEN value IS 102 (40.23% from 255) = 25.63%
BLUE value IS 110 (43.36% from 255) = 27.64%
R=46.73%
G=25.63%
B=27.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18610211000.450.410.27354.2937.8456.47
HexBA666E02D291B1622638
Octal27214615605551335424670
Binary1011101011001101101110010110110100111011101100010100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA666E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA666E; }

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

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

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

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

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

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

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

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