#BA656A

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

Shades of Turkish Rose #BA656A

Tints of Turkish Rose #BA656A

Color information

#BA656A (or 0xBA656A) is unknown color: approx Turkish Rose. HEX triplet: BA, 65 and 6A. RGB value is (186,101,106). Sum of RGB (Red+Green+Blue) = 186+101+106=393 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.33% from 393); Green value is 101 (39.84% from 255 or 25.70% from 393); Blue value is 106 (41.80% from 255 or 26.97% from 393); Max value from RGB is 186 - color contains mainly: red. Hex color #BA656A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA656A is #459A95. Grayscale: #7F7F7F. Windows color (decimal): -4561558 or 6972858. OLE color: 6972858.

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

Color convert

RGB186101106-
CMYK00.460.430.27
HSL356.47º38.12%56.27%-
HSV(B)356.47º45.7%72.94%-
XYZ27.520.7916.2-
YUV126.98116.16170.09-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.33%
GREEN value IS 101 (39.84% from 255) = 25.70%
BLUE value IS 106 (41.80% from 255) = 26.97%
R=47.33%
G=25.70%
B=26.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.43
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18610110600.460.430.27356.4738.1256.27
HexBA656A02E2B1B1642638
Octal27214515205653335444670
Binary1011101011001011101010010111010101111011101100100100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA656A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA656A; }

 p { color: rgb(186,101,106); }

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

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

 a { background-color: rgb(186,101,106); }

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

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

 span { border-color: rgb(186,101,106); }

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